.login-wrapper{ 
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

.login-form-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 20% 0 10% 0;
}

.forget-password-container {
    width: 80%;
    margin: 0 auto;
}

.forget-password-form {
    width: 80%;
}

.input-label{
    font-size: 11px;
}
.copy-r{
    color: #666666;
    font-size: 12px;
}

.show-password-btn{
    position: absolute;
    right: 0;
    top:0;
    color: #6eb6b4!important;
    z-index: 2;
    border: none;
    box-shadow: none;
}

.show-password-btn:hover,
.show-password-btn:focus,
.show-password-btn:active{
    border: none;
    box-shadow: none;
    color: #6eb6b4!important;
}

[data-password-visible='false'] .hide-password{
    display: none;
}
[data-password-visible='true'] .show-password{
    display: none;
}
.btn-google{
    background-color: #333333;
    color: #ffffff;
}

.error-login-message {
    height: 20px;
}