html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Open Sans";
}

.toast {
    opacity: 1 !important;
}

.register {
    background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    padding: 3%;
    max-width: 100% !important;
    height: 100%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    /*margin-top: 30%;*/
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    /* padding: 4%; */
    /* margin-top: -9%; */
    padding-left: 4%;
    padding-right: 4%;
}

.register .register-form {
    padding: 10% 10% 0% 10%;
    margin-top: 7%;
}

#btnAppointment {
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 2%;
    margin-bottom: -15%;
    color: #495057;
    font-weight: 700;
}

/*.form-radio {
    height: 38px !important;
}*/

.form-group {
    min-height: 66px !important;
}

.radio.inline {
    padding-right: 15px;
}

.red {
    color: red;
}

label {
    margin-bottom: 2px !important;
}

.fz15 {
    font-size: 15px;
}

a.btn.btn-danger.removeBtn {
    color: white !important;
    margin-top: 5px;
    width: 100% !important;
}

.register-upload-form {
    padding: 0% 10% 10% 10%;
}

.phoneNumberService {
    font-weight: bold;
    font-size: 25px;
}


.redLabel {
    color: red;
}