body,
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 14px;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c7303e;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn.btn-primary {
    background: #c7303e;
    border-color: #c7303e;
    border-radius: 0;
    padding: 7px 30px;
    transition: all 0.5s;
}

.btn.btn-primary:hover {
    background: transparent;
    color: #c7303e;
}

.btn.btn-primary.inverse-primary {
    background: transparent;
    color: #c7303e;
}

.btn.btn-primary.inverse-primary:hover {
    background: #c7303e;
    color: #fff;
}

img {
    max-width: 100%;
}

.homeintro {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.homeintro .ubcsa_casicsa {
    box-shadow: 0 1px 5px #ccc;
    border-radius: 5px;
    border: 1px dashed #eee;
    text-align: center;
    background: #fff;
    padding: 35px 50px;
}

.register-section {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.login-form {
    text-align: center;
    background: #fff;
    padding: 25px 50px 10px;
    position: relative;
}

.login-form h2 {
    margin-bottom: 35px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.login-form h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #c7303e;
    transform: translateX(-50%);
}

.login-form .form-group {
    margin-bottom: 15px;
}

.login-form .form-group .form-control {
    border-radius: 10px;
    height: 45px;
    padding: 10px 15px;
    color: #000;
}

.login-form .btn-primary {
    background: #c7303e;
    border-color: #c7303e;
    padding: 10px 45px;
    border-radius: 5px;
    line-height: normal;
    transition: all 0.5s;
    margin: 15px 0 15px;
    border: 1px solid #c7303e;
}

.login-form .btn-primary:hover {
    background: transparent;
    color: #c7303e;
}

.login-form .form-seperator span {
    position: relative;
    display: flex;
    align-items: center;
    color: #a7a2a2;
    font-size: 14px;
}

.login-form .form-seperator span:before {
    content: "";
    flex: 1;
    background-color: #ddd;
    height: 1px;
    margin-right: 20px;
}

.login-form .form-seperator span:after {
    content: "";
    flex: 1;
    background-color: #ddd;
    height: 1px;
    margin-left: 20px;
}

.login-form .form-seperator {
    margin: 5px 0 15px;
}

.ascnuicbsa_nmcas a {
    color: #c7303e;
    text-decoration: none;
    font-weight: 500;
}

.login-form .uycvasu_casi img {
    height: 95px;
    margin-bottom: 10px;
}

.login-form .form-group .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.otp-wrapper.mycustomotpsec {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.otp-wrapper.mycustomotpsec p.headingotp {
    margin-bottom: 25px;
    color: #999;
    font-weight: 600;
    font-size: 16px;
}

.otp-wrapper.mycustomotpsec .otp-container {
    display: inline-block;
}

.otp-wrapper.mycustomotpsec .otp-container .otp-number-input {
    width: 26px;
    height: 33px;
    margin: 0 2px;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 0;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    transition: border 0.3s ease;
    background: transparent;
}

#loginotp_error {
    font-size: 13px;
    color: red;
    padding-top: 15px;
}

.bcbdigsbsotp {
    font-size: 15px;
    font-weight: 600;
    color: #c7303e;
    margin: 0;
}

.otp-wrapper.mycustomotpsec .otp-submit {
    border: 0;
    color: #aaa;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
    margin: 10px 0 25px;
}

.formloader .loader-16 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgb(199 48 62 / 20%) 33%, #c7303e 100%);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.formloader .loader-16:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
}

.formloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.formloader.show {
    display: flex;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-form .select2-container--default .select2-selection--single {
    height: 45px;
    border-radius: 10px;
    border-color: #ced4da;
}

.login-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
}

.login-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    top: 0;
}

.login-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c7303e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ybcsab_casvcas {
    display: flex;
    align-items: center;
}

.login-form .ybcsab_casvcas .form-group {
    margin-right: 15px;
}

p.errorformregister {
    background: #de2a2a;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    line-height: 2;
}

p#registerotp_error {
    color: red;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.myaccount-section {
    background: #f5f5f5;
    height: 100vh;
    display: flex;
    align-items: center;
}

.myaccount-section .myaccontdetails {
    text-align: center;
    background: #fff;
    padding: 35px 50px 35px;
}

.myaccount-section .myaccontdetails .ubcsalogioncsa {}

.myaccount-section .myaccontdetails .ubcsalogioncsa img {
    height: 95px;
    margin-bottom: 5px;
}

.myaccount-section .myaccontdetails .asuibcsal_cas {}

.myaccount-section .myaccontdetails .asuibcsal_cas h2 {
    margin-bottom: 35px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.myaccount-section .myaccontdetails .asuibcsal_cas h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #c7303e;
    transform: translateX(-50%);
}

.myaccount-section .myaccontdetails .asuibcsal_cas .uicsabiu_cascas {}

.myaccount-section .myaccontdetails .asuibcsal_cas .uicsabiu_cascas .table td,
.myaccount-section .myaccontdetails .asuibcsal_cas .uicsabiu_cascas .table th {
    text-align: left;
    vertical-align: middle;
    padding: 10px 25px;
}

.myaccount-section .myaccontdetails .asuibcsal_cas .uicsabiu_cascas .table th {
    width: 40%;
}

p.errorformlogin {
    background: #de2a2a;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    line-height: 2;
}

.logoutsection {
    margin-top: 20px;
}


/* .logoutsection a.btn.btn-primary {
    background: #c7303e;
    border-color: #c7303e;
    border-radius: 0;
    padding: 7px 30px;
} */

.login-form .form-group label {
    display: block;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 2px;
}

.login-form .form-group label i {
    color: red;
}

p.infoshowform {
    text-align: left;
    color: red;
    font-weight: 500;
}

p.infoshowform i {
    margin-right: 5px;
}

#myaccounterror {
    background: #de2a2a;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    line-height: 2;
}

.logoutsection a {
    padding: 5px 25px;
    font-size: 14px;
}