* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #e5e5e5;
}

.login-wrap {
    max-width: 540px;
    padding-top: 8vh;
    margin: 0 auto;
}

.login-content {
    background: #fff;
    padding: 30px 30px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.login-logo a{
    font-family: Verdana;
    line-height: 35px;
    font-size: 24px;
    color: #1D4481;
}

.login-logo p{
    font-size: 20px;
}

.login-logo span {
    border-bottom: 2px solid #1D4481;
    font-size: 18px;
    margin: 0px 0px 0px 5px;
    vertical-align: top;
}

a:hover, a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.login-form .form-group label {
    display: block;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.au-input--full {
    width: 100%;
}

.au-input {
    line-height: 43px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-checkbox label input[type="checkbox"] {
    margin-right: 8px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input, textarea {
    border: none;
}

button, input {
    overflow: visible;
}

input:focus{
	outline: 0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.au-btn--green:hover {
    background: #59bd60;
}
.au-btn:hover {
    color: #fff;
    background: #3868cd;
}
.m-b-20 {
    margin-bottom: 20px;
}
.au-btn--green {
    background: #63c76a;
}
.au-btn--block {
    display: block;
    width: 100%;
}
.au-btn {
    line-height: 45px;
    padding: 0 35px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button {
    border: none;
    background: none;
}

.login-checkbox > label > a {
    color: #ff2e44;
}

a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
	display: inline-block;
}

.nologin{
	text-align: center;
	font-weight: bold;
}

.text-danger {
	color: #dc3545!important;
    text-align: center;
    font-size: 16px;
}