﻿.body {
    margin: 0;
    font-family: "Open Sans";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.00938em;
}

.account-login-container {
    display: flex;
    justify-content: center;
}

.logo-img {
    height: 80px;
    margin: 0.5rem;
}

.title-name {
    font-size: 1.75rem;
    font-weight: bold;
}

.switch-account-title-name {
    font-size: 1.5rem;
    font-weight: bold;
}

.switch-account-subtitle-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.login-container {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#right-side {
    height: 100vh;
    background-color: #FFF;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    flex: 0 0 50%;
    max-width: 50%;
    transition: all 0.3s;
    overflow-y: auto;
}

#right-side>section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#right-side>section>form {
    width: 100%;
}
#left-content.lazy {
    background-image: none;
    background-color: #13cbd2;
}

#left-side {
    height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
    flex: 0 0 50%;
    max-width: 50%;
    transition: all 0.3s;
}

#left-content {
    height: calc(100% - 24px);
    background-image: url("../Images/pexels-curioso.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    margin: 12px;
}

.form-padding {
    padding-left: 25%;
    padding-right: 25%;
}
.button-social-media {
    padding: 0.5rem;
    width: 100%;
    margin: 1rem 0rem;
    border: none;
    outline: none;
    position: relative;
    height: 3rem;
    text-align: center;
    border-radius: 0.5rem;
    background: #e1e4e8;
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-switch-account {
    padding: 0.5rem;
    width: 100%;
    margin: 1rem 0rem;
    border: none;
    outline: none;
    position: relative;
    height: 2.5rem;
    text-align: center;
    border-radius: 1.4rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    background: #ffffff;
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-acount-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #DBDBDB;
    line-height: 0.1em;
    margin: 25px 0 25px;
}

.switch-acount-line-span {
    background: #fff;
    color: #737373;
    padding: 0 10px;
}

.button-switch-account:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bg-img {
    padding: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    height: 100%;
    align-items: center;
    display: flex;
}

.bg-switch-account-img {
    padding: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    height: 100%;
    align-items: center;
    display: flex;
}

.img-social-media {
    height: 1.75rem;

}

.img-switch-account {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
}

.switch-user-text {
    color: #373636;
    font-size: 0.85rem;
}

.row {
    margin: 0;
}

.a-link-style {
    color: #0f24ec;
}

.validation-all>ul {
    margin-bottom: 2rem !important;
    background: rgb(255, 244, 229);
}

.success-message > ul {
    padding: 0.5rem 1rem !important;
    background: #c2fbd7;
    color: #4a934a;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
    font-size: 14px;
}

.invitation-message > ul {
    padding: 0.5rem 1rem !important;
    background: #f2dede;
    color: #a94341;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
    font-size: 14px;
    border: 1px solid #eac9cd;
}

.validation-all>ul>li {
    padding: 0.5rem 0 !important;
}

.password-container {
    position: relative;
}

.modal-z-index {
    z-index: 10000 !important;
}

.eye-icon {
    position: absolute;
    right: 10px;
    z-index: 9999;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.body-text {
    color: #6c757d;
}

@media screen and (max-width: 1024px) {
    #right-side {
        min-width: 100%;
    }

    #left-side {
        max-width: 0%;
    }
}

@media screen and (max-width: 540px) {
    .form-padding {
        padding-left: 8%;
        padding-right: 8%;
    }

    .body {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.00938em;
    }
}
/*
.wrapper-err {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.status-err {
    color: #6c6e6f;
    font-size: 100px;
    /*border-right: 1px solid;*/
    margin: 0rem 2rem;
    padding: 0rem 2rem;
    font-weight: 600;
}
.mes-err {
    color: #6c6e6f;
    font-size: 24px;
    margin: 0rem 1.6rem;
    padding: 0rem 1.6rem;
    font-weight: 400;
}
@media screen and (max-width: 900px) {
    .status-err {
        font-size: 80px;
        margin: 0rem 0.5rem;
        padding: 0rem 0.5rem;
    }

    .mes-err {
        font-size: 20px;
        margin: 0rem 0.3rem;
        padding: 0rem 0.3rem;
    }
}