@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Mukta&family=Open+Sans&family=Poppins&family=Roboto&family=Roboto+Mono&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background: url("../../assets/images/login/background.svg") no-repeat; */
    /* background-size: cover; */
    background: #f2f2f2 !important;
    min-height: 100vh;
}

.wrapper {
    padding: 35px;
    width: 90%;
    max-width: 25.9rem;
    min-height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    border-top: thin solid rgba(236, 151, 60, 0.3);
    border-left: thin solid rgba(236, 151, 60, 0.3);
}

.form-check-input:checked {
    background-color: var(--site-color) !important;
    border-color: var(--site-color) !important;
}

span , a{
    letter-spacing: 0.6px !important;
}

.heading {
    color: #1a1a1ae3;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.75rem;
}

.label {
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
    letter-spacing: 0.0175rem;
}

.input-box , .country-code{
    height: 45px;
    border-radius: 2px;
    /* --bs-border-color: rgba(0,0,0,0.4) !important; */
}

.button button {
    border-radius: 2px;
}

.input-box input , .country-code input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: 0.0175rem;
    padding: 0 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.icon-box {
    width: 43px;
    height: 100%;
}

.errMsg, .forgot-pass, a, .links{
    color: var(--site-color);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.0625rem;
    letter-spacing: 0.0175rem;
    text-decoration: none !important;
}

.forgot-pass , .links{
    color: #0d6efd !important;
    font-size: 12px;
}

.errMsg {
    font-family: 'Roboto Mono' , sans-serif;
    font-size: 12.5px;
}

button , .otpButton, #submitViaMobile{
    height: 45px;
    width: 100%;
    color: #fff;
    background: var(--site-color);
    outline: none;
    border: none;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.otpButton {
    border-radius: 2px;
}

.title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.0625rem;
    letter-spacing: 0.0175rem;
}

.mb-2r {
    margin-bottom: 2rem;
}

.mt-2r {
    margin-top: 2rem;
}

.social-sso-buttons .button {
    height: 40px;
    width: 170px;
    /* border: 0.2px solid #000; */
    padding-left: 0.3rem;
    background: none;
    outline: none;
}

.facebook-btn {
    width: 100%;
    max-width: 230px;
    height: 40px;
    border-radius: 4px;
    margin-left: 0.25rem;
}


.button i {
    font-size: 25px;
    color: #4267B2;
}

.code-wrapper {
    width: 35%;
}

.country-code {
    width: 100%;
    padding-right: 7px;
}

.country-code:hover, .country-code input:hover, .code-suggestion li:hover, button:hover, .forgot-pass:hover, .otpButton:hover, .hover-pointer:hover{
    cursor: pointer;
}

.otp-login input , .otp-input input{
    font-weight: bold;
}

.otp-input input{
    text-align: center;
    letter-spacing: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-scrollbar{
    display: none;
}

.code-suggestion li , .bussiness-type-suggestion li{
    background: transparent;
    border: none;
    padding: 5px 15px !important;
}

.code-suggestion , .bussiness-type-suggestion{
    position: absolute;
    right: 0;
    background-color: #fff;
    max-height: 175px;
    overflow-y: scroll;
    border-radius: 2px;
    display: none;
}

.arrow-up {
    transition: all 0.3s;
    transform: rotate(-180deg);
}

.arrow-down {
    transition: all 0.3s;
    transform: rotate(0);
}

.pm-awesome-divider {
    height: 1px;
    width: 100%;
    border-top: solid thin #f0f0f0;
    text-align: center;
    line-height: 1.42857143;
}

.pm-awesome-divider:after {
    content: attr(data-label);
    display: inline-block;
    background: #fff;
    padding: 0 32px;
    position: relative;
    top: -14px;
    font-size: 12px;
    color: #9b9b9b;
    font-size: 14px;
    font-family: 'Roboto Mono', monospace;
}

.brand-logo {
    width: 100px;
    height: 100px;
    /* background-color: rgba(0,0,0,0.02);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); */
    background-color: var(--site-color);
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50% , -50%);
}

.brand-logo img {
    height: 95%;
    width: 95%;
}

footer {
    min-height: 35px;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #999999c7;
}

.auth-type-links a{
    font-size: 12px !important;
    --bs-link-color-rgb: var(--site-color);
}

.g_id_signin {
    height: 44px !important;
    width: 251px !important;
}

@media only screen and (max-width: 457px) {
    .social-sso-buttons {
        flex-wrap: wrap;
    }

    .facebook-btn {
        margin-left: -20px !important;
    }
}