.register {
    height: 100vh;
    background-color: #FFF;
}

.register .container {
    padding-top: 70px;
    text-align: center;

}

.register h3 {
    color: #FF6000;
    text-align: center;
    padding-bottom: 20px;
}

.register-container {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.card {
    text-align: left!important;
    width: 30rem;
}

.card-body .register-btn {
    width: 100%;
}

.register-option {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}