html, body {
    background-color: #f6f7fa;
    letter-spacing: 0.25px;
}

.main-login {
    padding-bottom: 30px
}

.btn-main {
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 100px;
    color: #333;
    text-decoration: none;
}

.btn-main:hover {
    background-color: #333 !important;
    border-radius: 100px !important;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

a {
    color: #f9b213;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover, a:focus {
    color: #333;
}

.btn, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-gold {
    background-color: #f0b50f;
    color: #000;
}

.btn-gray {
    background-color: #333;
    color: #f0b50f;
}

.btn-gray:hover, .btn-gray:focus {
    background-color: #333;
    color: #f2f2f2;
}

.alert {
    padding: 10px;
}

.mainbox {
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	margin-top: 130px;
	font-family: 'Lato', sans-serif;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .mainbox {
        max-width: 400px;
        width: 100%;
    }
    .mainbox.wide {
        max-width: 870px!important;
        width: 870px!important;
    }
}

.login-logo {
    text-align: center;
    position: relative;
    top: -65px;
    max-width: 140px;
    margin: 0 auto -30px;
    padding: 5px;
}

.login-logo img {
    max-width: 130px;
}

.mainbox h2, .mainbox h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    text-align: center;
}

#forgotbox .help {
    margin-bottom: 20px;
}

#forgotbox h2 {
    margin-bottom: 10px;
}

#forgotbox.mainbox h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.1em;
}

.err-404{
    background-image: url("../images/404.jpg");
    background-color:#fff;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
    height:70vh;
    width:100%;
}
.err-403{
    background-image: url("../images/403.jpg");
    background-color:#fff;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
    height:70vh;
    width:100%;
}
.err-body{
    position:relative;
    width:100%;
    z-index:0;
    padding:64px;
}

#ie-warning {
    display: none;
}
