#login {
    padding-top: 10vh;
}
#login .form-wrap {
    width: max-content;
    text-align: center;
    margin: auto;
}
.errorMsg{
    margin-top: 4vh;
    text-align: center;
}
#login h1 {
    color: #069;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn#btn-login {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    width: 100%;
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Form & Inputs & Buttons
    -------------------------------------------------- */
#login-form{
    width: 100%;
    margin-top: 7vh;
}
.form-control {
    color: #212121;
}
.form-control:not(#recovery-email)  {
    width: 400px;

}
#btn-login {
    width: 100%;
    /* margin-left: 25%; */
    color: #fff;
    background-color: #069;
}
#btn-login:hover,
#btn-login:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
    line-height: 0.8;
}

footer a {
    font-weight: bold;
    font-size: 16px;
    color: inherit;
}	
