#login,
.loginPage{
    height: 100vh;
}
.loginPage{
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    justify-content: center;
    /*background-image: url("../images/green2.jpg");*/
    /*background: linear-gradient(71deg, rgb(249 196 162) -19%, rgb(252 227 210) 37%, rgb(229 242 255) 89%, rgb(141 197 249) 100%);*/
    /*!*background: silver;*!*/
}


.form-logo{
    width: 140px;
    height: 43px;
    margin-bottom: 26px;
}

.form-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.entrance-inputBox svg path{
    fill: #08322f;
}

.entrance-inputBox svg {
    width: 20px !important;
    height: 20px;
}

.form_login_register{
    width: 21vw;
    height: 40vh;
    border-radius: 9px;
    /* background: #f9f9f9; */
    align-items: center;
    padding: 14px;
    /* filter: drop-shadow(0px 6px 4px #00000073); */
    border: 1px solid #e3e3e3;
}

.json-login{
    width: 100%;
    height: 425px;
}

.json-login lord-icon{
    width: 100%;
    height: 100%;
}
.backward-form{
    position: absolute;
    right: 0;
    top: calc(50%);
}
.header_logo{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
}
.logo_login{
    width: 110px;
}
.logo_login img{
    width: 100%;
    height: 100%;
}
.loginPage > img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 790px;
}
.sticky + .loginPage ,
.sticky + section {
    margin-top: 150px;
}
button,
button:focus,
button:focus-visible{
    outline: none !important;
}
/* Change the white to any color */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: transparent !important;

}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: unset !important;
    color: unset !important;
}

.all-forms{
    position: relative;
}

.backward-form{
    /*position: absolute;*/
    right: 0;
    top: 10px;
    font-size: 13px;
    color: #08322f;
    right: 8px;
    cursor: pointer;
    z-index: 2;
}

.title-forms{
    font-weight: 600;
    font-size: 16px;
}

.EntranceBox {
    position: relative;
    border-radius: 10px;
    /* width: 100%; */
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px 5px;
    margin: 0;
    width: 100%;
}

.circle{
    position: absolute;
    width: 300px;
    height: 300px;
    transform: translate(-15rem, 9rem);
    z-index: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #80c6f5, #dfccdf);
}

.circle:nth-child(2){
    background: linear-gradient(to right, #e3d8e6, #FF5722);
    transform: translate(15rem, -9rem);
}

.all-forms{
    margin-top: 0;
    width: 100%;
}

.entrance-form {
    width: 100%;
    padding-top: 0px;
}
.entrance-form *{
    color: #3b3b3b;
}
.entrance-top-imgBox{
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    position: absolute;
    inset: -60px 0 0;
    background-color: #915F95;
}

#login h4 {
    color: #706f6f;
    font-weight: 100;
    margin: 25px 0;
    font-size: 1rem;
}

/*.entrance-inputBox{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    gap: 5px;*/
/*    position: relative;*/
/*    !* border-bottom: 1px solid #3b3b3b; *!*/
/*    !* padding-bottom: 10px; *!*/
/*    width: 100%;*/
/*    margin-inline: auto;*/
/*    margin-top: 10px;*/
/*    background: #dbdbdb6b;*/
/*    padding: 6px 7px;*/
/*    border-radius: 9px;*/
/*}*/

.entrance-inputBox img{
    position: relative;
    top: -5px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}


.btn-login-regis{
    background-color: var(--primary-color) !important;
    border: unset !important;
    padding: 11px 42px !important;
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 100 !important;
    margin-top: 16px !important;
    width: 100% !important;
    text-align: center;
}

.btn-login-regis:disabled{
    background: #c7c7c7 !important;
}


.loginPage input {
    padding: 7px;
    border: 0;
    direction: ltr;
    text-align: right;
    width: 100%;
    font-size: 17px;
    font-family: Samim-FD;
    outline: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 13px;
    height: 48px;
    font-weight: 600;
}
.phone__number__{
    color: #5c5c5c;
    font-family: Samim-FD;
    font-weight: 500;
}
.entrance-form h4{
font-size: 14px;
}
.forgotPassBtn{
    color: #50a6b6;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.loginPage input::placeholder{
    font-size: 13px;
}

.loginPage input:-webkit-autofill,
.loginPage input:-webkit-autofill:hover,
.loginPage input:-webkit-autofill:focus,
.loginPage input:-webkit-autofill:active{
    -webkit-text-fill-color: #3b3b3b;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.loginPage input::placeholder{
    color: #3b3b3b;
}

.entrance-title{
    font-size: 12px;
    color: #81858b;
    margin-bottom: 1rem;
    display: block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]{
    -moz-appearance: textfield;
}

.txtNumber{
    /* margin-bottom: 20px; */
}

.enterMessage input {
    padding: 12px 0;
    border: 1px solid #ccc;
    direction:ltr;
    text-align:center;
    width: 100%;
}

.entryError{
    color: #e30f0f;
    font-weight: 400;
    border-radius: 30px;
    /* padding: 10px 10px; */
    font-size: 0.8rem;
    justify-content: center;
    align-items: center;
    /* margin-block: 20px; */
    width: max-content;
    margin-right: 0;
    position: relative;
    /* height: 23px; */
    margin-block: 4px;
    display: none;

}

input::placeholder {
    font-weight: bold;
    opacity: 0.5;

}
input.error {
    border: 1px solid var(--primary-color) !important;
}

.col-form{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}


.entryError.show{
   display:flex ;
}
/* .entryError::before{
    content: url('../img/login/Vector(29).svg');
    position: absolute;
    right: -30px;
} */
.button {
    background-color: #3cbd2c;
    border: none;
    color: #3b3b3b;
    padding: 10px 35px;
    min-width: max-content;
    cursor: pointer;
    font-size: .8rem;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    margin-top: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button:disabled{
    background-color: rgba(132, 183, 126, 0.7);
}

.alert{
    width: 300px;
    background-color: #fff;
    height: 62px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: right;
    /* transform: translateX(-100px); */
    /* opacity: 0; */
    transform-origin: left;
    transition: all .8s;
    position: absolute;
    left: 43%;
    top: 42%;
    z-index: 10000;
    padding-right: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.svg__success {
    background: #4bb543;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.alert.active{
    transform: translateX(0px);
    opacity: 1;
}
.alert:nth-child(n-1){
    margin-bottom: 30px;
}
.alert::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
}
.alert.success::before{
    background-color: #4BB543;
}
.alert.success p{
    color: #357b30 ;
}
.alert.success .icon{
    background-color: #4BB543;
}

.alert p {
    margin-right: 5%;
    font-weight: 500;
    margin-bottom: 0;
}
.icon{
    margin-left: 10%;
    font-size: 20px;
    border-radius: 50%;
    padding: 3px;
    color: white;
}


@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}


button::before                                        {
    /*background-color: #73EFE5;*/
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    transform-origin: left center;
    z-index: -1;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
}
.register-btn{
    width: 150px;
}
.enterMessage {
    width: 100% !important;
    margin-block: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.account-types{
    justify-content: space-between;
    flex-direction: row;
}
input::placeholder{
    font-weight: 100 !important;
    font-size: 10px;
}
.account-types>div{
    display: flex;
    align-items: center;
}
.account-types input{
    cursor: pointer;
}
.account-types label{
    min-width: max-content;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 5px;
}
.messageForm {
    width: 100% !important;
    padding-top: 0px;
}
.numChange{
    font-size: 0.8rem;
    cursor: pointer;
}
.message-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
    margin: 20px auto;
}
.message-btn-container > div{
    display: flex;
    align-items: center;
}
.message-btn-container svg{
    fill: #444;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
.change-register-btn {
    background-color: #3a9ab6;
    border: none;
    color: #3b3b3b;
    padding: 10px 0;
    min-width: 120px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 120px;
    width: 65%;
}
.pass-links {
    display: flex;
    justify-content: space-between;
    width: 90%;
    /* margin: 15px auto; */
    margin-top: 0.8rem;
}
.numChange{
    position: absolute;
    bottom: -30px;
    right: 0;
    color: #3b3b3b;
    display: flex;
    align-items: center;
    gap: 5px;
}
@media screen and (min-width: 800px) {
    .button:hover{
        /* color: #1c1b1b; */
        /* background-color: rgb(96, 159, 89); */
        /* border-color: #1c1b1b; */
    }
    .button:hover::before {
        transform-origin: right center;
        transform: scale(0,1);
        /* color: #000; */
    }
}
@media screen and (max-width: 1560px) {
    .EntranceBox{
        /*margin-right: 15vw;*/
    }
    .loginPage > img{
        width: 630px;
    }
}

@media screen and (max-width: 1399px){
    .form_login_register {
        width: 394px;
    }
}

@media screen and (max-width: 1366px) {
    .EntranceBox{
        margin-right: 0;
    }

    .form_login_register {
        width: 394px;
    }
}
@media screen and (max-width: 1200px) {

    .bob-mobile-logo img{
        max-width: 100%;
        height: 100%;
    }


    .EntranceBox{
        margin-right: 0;
        margin-top: 0px;
        width: 100%;
        padding: 15px 10px;
    }
    .loginPage > img{
        width: 380px;
    }
}
@media screen and (max-width: 992px) {
    .loginPage > img{
        width: 300px;
    }
}

@media screen and (max-width: 991px){

    /*.col-image-login{*/
    /*    display: none;*/
    /*}*/

    .col-image-login{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .json-login {
        width: 300px;
        height: 280px;
    }

}

@media screen and (max-width: 767px){
    .form_login_register {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
}


@media screen and (max-width: 576px) {

    .form_login_register {
        padding: 12px 9px;
    }

    .all-forms {
        margin-top: 10px;
        width: 100%;
    }

    /*.form_login_register {*/
    /*    width: 96vw;*/
    /*    height: 83vh;*/
    /*}*/

    .numChange {
        bottom: -11px;
    }

    .btn-login-regis {
        background-color: var(--primary-color) !important;
        border: unset !important;
        padding: 10px 50px !important;
        font-size: 12px !important;
        color: #fff !important;
        font-weight: 100 !important;
        /*margin-top: 0px !important;*/
    }

    .backward-form {
        top: 2px;
        font-size: 13px;
    }

    .title-forms {
        font-size: 15px;
    }

    .EntranceBox {
        width: 100%;
        padding: 15px 10px;
    }
    .register-btn {
        font-size: 0.8rem;
        padding: 8px 0;
    }
    .change-register-btn {
        font-size: 0.8rem;
        padding: 8px 0;
    }
    .EntranceBox {
        margin-top: 0px;
    }
    .entrance-top-imgBox{
        width: 90px;
        height: 90px;
        inset: -50px 0 0;
    }
    .entrance-top-imgBox img{
        width: 48px;
    }

    .entrance-inputBox img {
        width: 25px;
        height: 25px;
    }
    .entrance-form,
    .messageForm{
        padding-top: 20px;
    }
    .entrance-inputBox{
        margin-top: 10px;
    }
    .entryError{
        /*margin-inline: auto !important;*/
        font-size: 10px;
        /*padding: 10px 15px;*/
        /*margin-block: 15px;*/
    }
    .loginPage input{
        height: 40px;
    }
    .header_logo{
        position: unset;
    }
    .entrance-title{
        font-size: 12px;
    }
    .button{
        margin-top: 10px;
        height: 42px;
    }
}

@media screen and (max-width: 425px){
    .json-login {
        width: 100%;
        height: 196px;
    }

    .entrance-inputBox {
        /*padding: 2px 19px;*/
    }
}

@media screen and (max-width: 375px) {

    .json-login {
        width: 100%;
        height: 190px;
    }

    .EntranceBox {
        width: 100%;
        margin-right: 0;
    }
    .entrance-top-imgBox{
        width: 80px;
        height: 80px;
    }
    .entrance-title{
        font-size: 11px;
    }
    .entrance-form,
    .messageForm{
        padding-top: 20px;
    }
}
@media screen and (max-width: 340px) {

    .col-form {
        padding: 0;
    }

    .EntranceBox {
        width: 100%;
    }
    .loginPage > img{
        width: 250px;
    }
    .EntranceBox {
        margin-top: 0px;
    }
}


