﻿/*CSS for Login*/

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    overflow: hidden;
    background-color: #1e3443;
    min-height: 100vh;
}

.login.ibox-content {
    max-width: 350px;
    width: 100%;
    border: 0;
    padding: 15px 24px 1px;
}

.login-logo img{
    max-width: 180px;
}

.container .align-items-center{
    height: 100vh !important;
}

.login.ibox-content .form-group {
    margin-bottom: 4px;
}

.login.ibox-content .form-group .form-control{
    border-radius: 4px;
    margin-bottom: 2px;
    height: 36px;
    font-size: 12px;
}

.login.ibox-content .form-group .form-control:focus,
.login.ibox-content .form-group .single-line:focus{
    border: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}


.login.ibox-content .form-group.remember-box{
    margin: 8px 0 16px 8px;
    font-size: 10px;
}

.login.ibox-content .form-group.remember-box label {
    display: flex;
    align-items: center;
}

.login.ibox-content .form-group.remember-box label input{
    margin-right: 4px;
    opacity:.5;
}

.btn.btn-primary {
    background-color: #1f1746;
    border: 0;
    height: auto;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    display: block;
    border-radius: 5px;
}

.btn.btn-primary:hover,
.btn.btn-primary:not(.disabled):active {
    opacity: .8;
    background-color: #427290;
}

/*Phils edit*/

#account {
    background: #ffffff;
    padding: 40px;
    width: 100%;
    box-shadow: none !important;
}

body:not(.mini-navbar) {
    background: #1f1746;
}

body:not(.mini-navbar) {
    background: #1f1746;
    position: relative;
}
.background-overlay {
    width: 50%;
    height: 50%;
    position: absolute;
    border-radius: 100px;
    transform: rotate(21.78deg);
    bottom: 0;
    left: -30%;
    background-color: #444088;
    z-index: -1;
}
.form-control, .single-line {
    font-size: 13px;
    height: auto;
    padding: 10px 12px;
    border: 1px solid #1f1746;
}
.form-group {
    margin-bottom: 20px;
}
.login-logo img {
    max-width: 180px;
    margin-bottom: 30px;
}
label span, input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    display: inline-block;
}
.form-control:focus, .single-line:focus {
    border-color: #423f85;
}
.btn.btn-primary:hover, .btn.btn-primary:not(.disabled):active {
    opacity: 1;
    background-color: #434188;
}
.cs-login {
    width: 450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.validation-summary-errors ul {
    list-style: none;
    background: #ffeaea;
    padding: 6px 10px;
    border-radius: 5px;
}
div.togglepwd {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
}

.togglepwd img {
    filter: brightness(0) opacity(0.6);
}
.togglepwd img:hover{
    filter: brightness(0) opacity(1);
}