@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    font-family: "Poppins";
}

body, html {
    height: 100%;
    font-family: "Poppins", sans-serif;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
}

.wrap-login {
    width: 1170px;
    background: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 /.25);
}

.logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.login-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url('../img/2.png');
}

.login-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.login-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 183px 65px 40px 65px;
}

.login-form-title {
    font-family: "Poppins";
    font-size: 20px;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 34px;
}

.label-error {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-size: 16px;
    color: #ef4444;
}

.wrap-input {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.rs1-wrap-input, .rs2-wrap-input {
    width: 50%;
}

.rs2-wrap-input {
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

input {
    outline: none;
    border: none;
}

.input-form {
    display: block;
    width: 100%;
    background: transparent;
    font-family: "Poppins";
    font-size: 18px;
    color: #666666;
    line-height: 1.2;
    padding: 0 25px;
}

input.input-form {
    height: 55px;
}

.show-password {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding-top: 7px;
    padding-right: 1rem;
    border: none;
}

.icon {
    width: 1.25rem;
    height: 1.25rem;
}

.container-button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-lost-password {
    width: 100%;
    text-align: center;
    padding-top: 27px;
}

.button-login {
    outline: none !important;
    border: none;
    background: transparent;
    overflow: visible;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 0.5rem;
    background: #fb923c;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: all 0.4s;
    cursor: pointer;
}

.button-login:hover {
    background: #fdba74;
}

.ref-lost-password {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    border: none;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: "Poppins";
    font-size: 13px;
    line-height: 1.4;
    color: #666666;
    cursor: pointer;
}

.ref-lost-password:hover {
    color: #0ea5e9;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.0,0,.2,1);
    transform: translate(0,-.25rem) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.container-recaptcha {
    width: 100%;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 189px;
}

.g-recaptcha > div {
    width: auto !important;
    height: auto !important;
}


.software-version {
    position: absolute;
    margin-top: calc(100vh - 3.5rem);
    margin-left: calc(100% - 9rem);
    z-index: 999;
    background: transparent;
    color: #9ca3af;
}

@media screen and (max-width: 992px) {
    .login-more {
        width: 40%;
    }
    
    .login-form {
        width: 60%;
        padding-left: 30px;
        padding-right: 30px;
    };
}

@media screen and (max-width: 768px) {
    .login-more {
        width: 100%;
    }
    
    .login-form {
        width: 100%;
    };
}

@media screen and (max-width: 576px) {
    .login-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
    }

    .rs1-wrap-input, .rs2-wrap-input {
        width: 100%;
    }

    .rs2-wrap-input {
        border-left: 1px solid #e6e6e6;;
    }
}