﻿body, html {
    background-size: cover;
}

.absolute-center-container {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.login-title {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 48px;
}

.login-container {
    width: 330px;
    border-radius: 4px;
    padding: 24px;
    text-align: center;
    border-radius: 20px;
    background-color: #ffffff;
}

.app-logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 180px;
    background-image: url(../../img/logo.png);
    margin: 0 auto;
}

.login-container .form-group.row-entry {
    margin-bottom: 20px;
    position: relative;
    flex-flow: column;
}

.login-container .row-entry input {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 0px 15px;
    height: 44px;
}

.login-container .row-entry label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    float: left;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.48);
    padding-left: 16px;
}

.login-container .form-group.row-entry img {
    position: absolute;
    top: 50px;
    right: 13px;
    width: 23px;
    cursor: pointer;
}

.login-container input[type=button] {
    width: 100%;
    margin-top: 30px;
}

.login-container .row-entry .field-validation-error span {
    right: 0;
    font-size: 13px;
    position: absolute;
    bottom: -20px;
    white-space: nowrap;
}

.body-login {
    position: relative;
    height: 100vh;
    background-color: #D8ECF1;
}

.login-container .forgot-password {
    text-align: right;
}

    .login-container .forgot-password span {
        color: #2ca56e;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        cursor: pointer;
    }
