
.login-page{
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-page-wrapper {
    width: 400px;
    max-width: 400px;
    height: 100%;
    /*display: block;*/
}
.login-page .login-heading {
    text-align: center;
    margin-bottom: 35px;
}


/*
.login-page input:-webkit-autofill,
.login-page input:-webkit-autofill:hover,
.login-page input:-webkit-autofill:focus,
.login-page input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.login-page .md-input{
    font-family: Quicksand, sans-serif;
}
.login-page .md-input-error{
    border-bottom-color: #ff0004 !important;
    border-bottom-width: 2px !important;
}
.login-page .selectize-control-error .selectize-input{
    border-color: #ff0004 !important;
    border-width: 2px !important;
}
.login-page .selectize-control-error .selectize-input input::-webkit-input-placeholder {
    color: #ff0004 !important;
    opacity: 1 !important;
}


.login-page .md-label-error{
    color: #ff0004 !important;
    font-family: Quicksand, sans-serif;
    width: auto !important;
}
.login-page .uk-text-error{
    float: left;
    color: #ff0004 !important;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    vertical-align: middle;
    width: 100%;
}
.login-page .uk-text-error i{
    float: left;
    color: #ff0004 !important;
    font-size: 22px;
}
.login-page .uk-form-help-block{
    font-style: normal !important;
}*/

.copyright{
    font-size: 12px;
    color: #a1a1a1;
    text-align: center;
}
.copyright p{
    margin: 2px 0 6px;
}
.copyright i{
    color: var(--primary);
}