body{
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
}

.m-auth{
    box-sizing: border-box;
    height: 100vh;
    width: 100vw;
    background: url(../../images/login_bc_3.png), #dce8e3;
    background-size: cover;
    background-repeat: no-repeat;
}
.m-auth__inner{
    box-sizing: border-box;
    height: 100vh;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.m-auth__logo{
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 163px;
    line-height: 215px;
    text-transform: uppercase;
    color: #0f9d58;
    opacity: 0.15;
}
.m-auth__card{
    background: #F6F9F7;
    box-shadow: 0px 9px 22px rgba(138, 150, 168, 0.4), 0px 0px 6px rgba(138, 150, 168, 0.08);
    border-radius: 8px;
    width: 428px;
    display: flex;
    flex-direction: column;
}
.m-auth__header{
    padding: 37px 48px 28px 48px;
    background: #EBF3EF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m-auth__body{
    flex: 1 1 auto;
    padding: 58px 45px 32px 45px;
    border-top: 1px solid #c3cdd6;
    border-bottom: 1px solid #c3cdd6;
}
.m-auth__footer{
    background: #EBEBEB;
    padding: 24px 48px 29px 48px;
}
.m-auth__title{
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2F3441;
}
.m-auth__title span{
    color: #6da05a;
}
.m-auth__about{
    width: 149px;
    height: 32px;
    border: 1px solid #96BB9E;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #535B70;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.m-auth__about:hover{
    color: #535B70;
}
.m-auth .m-input-box input{
    height: 40px;
}
.m-auth .m-input-label{
    margin-bottom: 8px;
    display: block;
}
.m-auth .m-input-box{
    margin-bottom: 18px;
}
.m-auth__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.m-auth__link{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #3367FF;
}
.m-auth__btn-row{
    margin-top: 26px;
}
.m-auth__btn-row input,
.m-auth__btn-row a{
    width: 145px;
    text-decoration: none;
}
.m-auth__btn-row a:hover{
    color: #ffffff;
}

.m-auth .messages{
    position: fixed;
    top: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    box-sizing: border-box;
}

.m-auth .m-btn{
    font-weight: 600;
}
.m-auth p {
    font-size: 11px;
    margin-top: -10px;
    margin-bottom: 25px;
    line-height: 14px;
}
.m-auth h1 {
    font-weight: 600;
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 20px;
}
.m-auth__password .m-auth__btn-row{
    margin-top: 35px;
}

.m-auth__reset p{
    font-size: 13px;
    line-height: 16px;
}
.m-auth__reset .m-auth__btn-row{
    margin-top: 36px;
}