body {
    font-family: "basic-sans";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #15A2EB;
}

body, button, p, * {
    font-family: "basic-sans";
}

h2 {
    font-size: 20px !important;
    text-transform: uppercase;
    margin-top: 30px;
}

.login-panel {
    top: 15%;
    position: absolute;
    left: 50%;
    color: #000;
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    max-width: 420px;
    /*min-height: 460px;*/
    -ms-transform: translate(-50%, 0%); /* IE 9 */
    -webkit-transform: translate(-50%, 0%); /* Safari */
    transform: translate(-50%, 0%);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

form {
    width: 300px;
    margin: auto;
    margin-top: 20px;
    padding: 20px 0;
}

h2 {
    font-weight: 900;
    font-size: 40px;
    color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset !important;
}

input {
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px !important;
    text-align: left;
    padding: 10px 20px !important;
    box-shadow: none !important;
}

.btn.btn-submit {
    width: 100%;
    color: #fff !important;
    border: unset !important;
    background: #58d64f;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

    .btn.btn-submit:hover {
        width: 100%;
    }

ul {
    list-style-type: none;
    padding-left: 0px;
}


.validation-summary-errors {
    /*display: none;*/
    /*padding: 10px 15px;*/
}

.field-validation-error {
    color: red;
    display: block;
}

.form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #292929;
    font: 12px;
    text-transform: uppercase;
}

.form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #292929;
    font: 12px;
    text-transform: uppercase;
}

.form-group :-ms-input-placeholder { /* IE 10+ */
    color: #292929;
    font: 12px;
    text-transform: uppercase;
}

.form-group :-moz-placeholder { /* Firefox 18- */
    color: #292929;
    font: 12px;
    text-transform: uppercase;
}
