

.form-container .title-form,
.overlay-panel .title-form {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: white;
}

.form-container .inp-side {
    color: #2b5940;
    margin-bottom: 20px;
}

.overlay-container p {
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

.form-container .des {
    color: black;
}

.form-container .error-message {
    padding-left: 5px;
    text-align: left;
    width: 100%;
    color: rgb(221, 56, 56);
    display: none;
}

.form-container a {
    color: #333 !important;
    text-decoration: none;
    margin: 15px 0;
}

.form-container button,
.overlay-container button {
    border-radius: 20px;
    border: 1px solid #00403D;
    background-color: #2b5940;
    color: #FFFFFF;
    font-weight: bold;
    padding: 12px 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 30px;
}

.form-container button:active,
.overlay-container button:active,
.form-container button:hover,
.overlay-container button:hover  {
    transform: scale(0.95);
}

.form-container button:focus,
.overlay-container button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.form-container .form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.form-container .form input {
    color: black;
    background-color: #eee;
    border: none;
    padding: 10px 13px;
    margin: 6px 0;
    width: 100%;
    border-radius: 10px;
}

.login-form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35),
        0 10px 10px rgba(0, 0, 0, 0.32);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    min-height: 550px;
    margin: auto;
    margin-top: 120px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 1;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: linear-gradient(to left, #85aa6a, #2b5940);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

#moblie_login a {
    color: #D9FF00 !important;
}



.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper input {
    padding-right: 30px;
    box-sizing: border-box;
}

.input-wrapper i {
    color: red;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    animation-duration: 1.4s;
    display: none;
}

.input-wrapper i::before {
    color: rgb(221, 56, 56);
}








#login-form-mobile {
    display: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35),
        0 10px 10px rgba(0, 0, 0, 0.32);
    position: relative;
    overflow: hidden;
    width: 400px;
    max-width: 100%;
    min-height: 550px;
    margin: auto;
}

#login-form-mobile .form-container {
    left: 0;
}

#login-form-mobile .signup-title {
    margin-bottom: 20px;
}



#sign-in-container-mobile,
#sign-up-container-mobile {
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    transition: transform 0.6s;
}

#sign-in-container-mobile {
    transform: rotateY(0deg);
}

#sign-up-container-mobile {
    transform: rotateY(180deg);
}

#login-form-mobile.flip #sign-in-container-mobile {
    transform: rotateY(-180deg);
}

#login-form-mobile.flip #sign-up-container-mobile {
    transform: rotateY(0deg);
}

.sign-in-container-mobile {
    z-index: 1;
}

.sign-up-container-mobile {
    z-index: 2;
}

.sign-up-container-mobile .form,
.sign-in-container-mobile .form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    height: 100%;
    width: 100%;
    text-align: center;
}

#login-form-mobile .form-container .switchLine {
    margin-top: 20px;
    font-size: 12px;
    color: black;
}

#login-form-mobile .form-container .switchLine .swtich_button {
    font-weight: bold;
    color: #2b5940 !important;
    cursor: pointer;
}

#login-form-mobile .form-container .form input {
    padding: 9px 11px;
    margin: 4px 0;
}


@media (max-width: 1200px) {}

@media (max-width: 992px) {
    #header_site.scrolled {
        background: #00403D !important;
    }

    #header_site.logo_red.scrolled .hamburger_btn .hamburger-icon span {
        background-color: #faffff;
    }
}

@media (max-width: 768px) {
    #login-form {
        display: none;
    }

    #login-form-mobile {
        display: block;
        margin-top: 80px;
    }
}

@media (max-width: 550px) {
    .or_about_wrapper .or_projects_content {
        padding: 70px 0px;
    }

    #login-form-mobile {
        width: 360px;
        min-height: 500px;
    }

    .form-container button,
    .overlay-container button {
        font-size: 12px;
        padding: 12px 50px;
        margin-top: 12px;
    }

}

@media (max-width: 450px) {
    #login-form-mobile {
        width: 330px;
    }
}




