@import url('../css/fonts.css');

body {
	font-family: 'Nunito' !important;
}

.main-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid #797979;
    border-radius: 40px;
    transition: all .5s ease-in-out;
    background: linear-gradient(90deg, rgba(19, 158, 188, 1) 45%, rgba(170, 30, 205, 1) 95%);
    color: #fff;
    gap: 5px;
}

.main-btn:hover {
    color: #fff;
    background: transparent;
}

.auth-main {
    padding: 70px;
    border-radius: 24px;
    position: relative;
    transform-style: preserve-3d;
    background-color: #000;
    z-index: 9;
}

.auth-main::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: conic-gradient(from 90deg at 40% -25%, #4467FF, #7241FF);
    filter: blur(10px);
    transform: translate3d(-1px, -2px, -1px);
    border-radius: inherit;
    pointer-events: none;
}

.auth-main::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    background-image: url('../images/layer1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 400px;
    height: 400px;
    z-index: -1;
    transform: translate(50%, -50%);
}

.signup-main {
    background: #0A0D2D;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/bg-layer.png');
    padding: 50px 0;
}

.signup-main .image {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-color: #0000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    border-radius: 10px;
    object-fit: cover;
}

input[type="radio"] {
    display: none;
}

.signup-main .choose-btn label {
    display: inline-block;
    border: 1px solid #3C65F5;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: #3C65F5;
}

.signup-main .blank-label {
    display: none;
}

.choose-btn .blue-btn {
    background-color: #3C65F5;
    border: 1px solid #3C65F5;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 13px 0;
    text-transform: capitalize;
    display: inline-block;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.choose-btn .blue-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.choose-btn {
    position: relative;
}

.signup-main input[type="radio"]:checked+label {
    background: #3C65F5;
    color: #fff;
}

.signup-main input[type="radio"]:checked+label .image svg {
    fill: #fff !important;
}

.signup-main input[type="radio"]:checked+label .image h6 {
    color: #fff !important;
}

/* choose css end */

/* auth css start */
.auth-inner {
    background-color: #292069;
    padding: 35px;
    border-radius: 24px;
}

.auth-inner .form-control,
.form-select {
    padding: 13px;
    border-color: #fff;
    border-radius: 10px;
}

.blue-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #215F9A;
    text-decoration: none;
    padding: 13px 0;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    border-radius: 100px;
}

.blue-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.auth-inner .form-label {
    font-size: 15px;
    line-height: 25px;
}

.form-control:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #3C65F5;
    border-color: #3C65F5;
}

.form-check-input:focus {
    box-shadow: none;
}

.text-blue {
    color: #3C65F5;
}

.text-blue:hover {
    color: #3C65F5;
}

.form-check .form-check-label {
    cursor: pointer;
}

.form-select:focus {
    box-shadow: none;
}

.form-control {
    color: #000 !important;
}

/* auth css end */

.error {
    color: red;
    ;
}

/* eye icon on password  */
.login-wrapper .login-content .toggle-password {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #cccccc;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    right: 4px;
}

.login-wrapper .login-content .toggle-password:hover {
    color: #02a9ee;
}

.login-wrapper .login-content .pass-group {
    position: relative;
    font-size: 14px;
}

.login-wrapper .login-content .pass-group .fas {
    font-size: 13px;
    color: #939ea8;
}

/* eye icon on password end */

.login-wrapper .login-content .form-login .form-addons {
    position: relative;
}

.login-wrapper .login-content .form-login .form-addons {
    position: relative;
}

.login-wrapper .login-content .form-login .form-addons img {
    position: absolute;
    top: 22px;
    right: 20px;
}



/* for password progress bar */
.progress {
    height: 4px !important;
}

.progress-bar-danger {
    background-color: red;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.login-logo img {
    width: 150px;
    margin-bottom: 30px;
}

.auth-hover:hover {
    color: #ffffffc2 !important;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    height: 50px;
}