/*
    Created on : Mar 30, 2017, 4:38:54 PM
    Author     : Mark
    New Login CSS
*/

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.remember-checkbox-icon {
    font-size: 24px !important;
    line-height: 24px !important;
    cursor: pointer;
    color: white;
    position: relative;
    top: 4px;
    margin-right:5px;
}

.login {
    width: 100%;
    height: 100%;
}

.error-text {
    position: absolute;
    color:white;
    font-size: 18px;
    top: 300px;
    left: 15px;
}

.error-text span {
    color: red;
    font-weight: bold;
}

.login-form, .forget-form, .change-password-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 250px;
}

.login-form input, .forget-form input, .change-password-form input {
    width: 400px;
    height: 40px;
    margin: 5px 0px;
    padding: 0px;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 16px;
    border-radius: 2px;
}

.login-form .btn, .forget-form .btn {
    width: 400px;
    height: 50px;
    margin: 20px 0px;
    background-color: #D91A32;
    border: none;
    color: white;
    font-size: 16px;
    padding:0px;
    cursor: pointer;
}

.login-form .btn:hover, .forget-form .btn:hover  {
    background-color: #F93A52;
}

.change-password-form .btn {
    width: 400px;
    height: 34px;
    margin: 5px 0px;
    background-color: gray;
    border: none;
    color: #CBCBCB;
    font-size: 16px;
    padding:0px;
}

.forget-form .btn {
    margin: 5px 0px;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.flash-message {
    position: absolute;
    top: 210px;
    width: 100%;
    left: 50px;
}

.login-container {
    width: 500px;
    height: 550px;
    background-color: rgba(26,26,26,0.8);
    position: relative;
    z-index: 5;
}

.hello-arti {
    position: absolute;
    /* background-image: url('/img/login/hello_arti.png'); */
    top: 25px;
    left: 86px;
    min-height: 199px;
    min-width: 293px;
}

.hello-arti img {
    max-height: 199px;

}

.login-under-form {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 425px;
    width: 100%;
}

.login-under-form .checkbox {
    display: flex;
    color: #CBCBCB;
    font-size: 18px;
    color: #CBCBCB;
}

.login-under-form .checkbox input {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.login-under-form .forget-password {
    font-size: 18px;
    text-decoration: none;
    color: #CBCBCB;
}

.copyright-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
}

.copyright {
    font-size: 12px;
    color: #CBCBCB;
    width: 100%;
    text-align: center;
}

h3, p {
    color: #CBCBCB;
    width: 400px;
}

h3 {
    margin: 10px 0px;
}

.login p {
    margin: 5px 0px;
    font-size: 14px;
}

.form-actions a {
    text-decoration: none;
    width: 400px;
    display: block;
    font-size: 16px;
    text-align: center;
}

.form-actions a div {
    position: relative;
    top: 5px;
    font-size: 16px;
}
