* {
outline: none;
}
* {
outline: none;
}
::-moz-selection		{ background:#ddd; color: #000;  /* Safari and Opera */ }
::selection		{ background:#ddd; color: #000;  /* Safari and Opera */ }
::-moz-selection  { background:#ddd; color: #000; /* Firefox */ }
img { border: 0px; }
hr {
height: 0px;
border: 0;
border-top: 1px solid #ccc;
}
html,body{
     -webkit-transition: 400ms;
     transition: 400ms;
    margin: auto;
    margin:0;
    height: 100%;
    padding:0 0 0 0;
    background: #f6f6f6;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;	
	 
	background: url(/img/login.jpg) !important; 
	background-size: cover !important; 
	background-attachment: fixed !important;
}
.login-wrap input { padding: 15px !important; }
.login-form-signin {
	 padding-left: 0px; padding-right: 0px;
}
.login-logo {
	 padding: 30px; padding-top: 50px;
}
.login-logo img {
	max-width: 80px;
}

body {
    overflow: auto;
}
.login-grid {
    display: grid;
    grid-template-columns: min(50vw, 1200px) 1fr;
    min-height: 100vh;
    max-height: 100vh;
    overflow: auto;
}
.login-left {
    position: relative;
    background: url('/img/login-blue.jpg') #004672;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cc-text {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;

}
.find-out-more {
    margin-top: 50px;
    background: #fff;
    border: 3px solid #093a63;
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 500;
    color: #002647;
    transition: 200ms;
    position: relative;
}
.find-out-more .fa {
    opacity: 0;
    left: 0px;
    top: 12px;
    transition: 100ms;
    position: absolute;
}
.find-out-more:hover {
    padding: 10px 25px 10px 35px;
}
.find-out-more:hover .fa {
    left: 10px;
    opacity: 1;
}
.login-left a {
    text-align: center; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}
.login-left a:hover {
    text-decoration: none !important;
}
.login-left .login-event {
    width: 80%;
    max-width: 559px;
}
.login-right {
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.login-container {
    width: 500px;
    max-width: 80vw;
}
.login-container .logo {
    margin-bottom: 50px;
    max-width: 200px;
}
.login-input {
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    outline: 2px solid #cccccc;
    border: none;
    transition: 200ms;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.login-input:focus {
    outline: 2px solid #08486f;
}
#forgot {
    display: none;
    margin-top: 50px;
}
.login-footer {
    position: relative;
    margin-top: 30px;
}
.login-button, .forgot-password-button {
    background: #e21b23;
    border: 0px;
    outline: 0px;
    padding: 12px 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 7px;
    width: 50%;
}
.forgot-password-button {
    background: #08486f;
    padding: 12px 30px;
    width: auto;
    margin-top: 10px;
    font-size: 16px;
}
.forgot-password-button:hover {
    background: #08486f;
    color: #fff;
}
.forgot-password-form-open {
    position: absolute;
    right: 0px;
    top: 15px;
    font-style: italic;
    color: #5995ba;
    cursor: pointer;

}
.login-label {
    color: #a1a3a4;
    font-size: 14px;
    margin-bottom: 5px;
}
.label-margin {
    margin-top: 30px;
}
.login-title {
    text-align: center;
    margin-top:0px;
    margin-bottom: 40px;
}
.login-title h1 {
    color: #08486f;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}
@media only screen and (max-width: 1400px) {
    .login-container {
        width: 100%;
        max-width: 80vw;
    }
    .login-container .logo {
        margin-bottom: 10px;
        max-width: 150px;
    }
    .login-title {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .login-title h1 {
        font-size: 26px;
        line-height: 25px;
        color: #08486f;
        font-weight: 500;
    }
}


#loading {
	font-weight:bold;
	padding-top:10px;
	height:50px;
	display:none;
    margin-top: 40px;
}

@media only screen and (max-width: 600px) {
    
    .login-container .logo {
        margin-bottom: 20px;
        max-width: 150px;
    }
    .login-title {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .login-title h1 {
        font-size: 20px;
        line-height: 25px;
        color: #08486f;
        font-weight: 500;
    }
    .login-grid {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 100vh;
        max-height: 100vh;
        overflow: auto;
    }
    .cc-text {
        display: none;
    }
    .login-left .login-event {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 60%;
        max-width: 200px;
    }
    .find-out-more {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .login-form-signin {
        padding: 0px !important;
    }
}
