@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body,
p {
    font-size: 16px;
}

body {
    font-family: var(--font-family-manrope), sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    width: 100%;
}

.login-page, .forgot-password-page {
    max-width: 470px;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

    .forgot-password-page .form {
        top: 45%;
        text-align: left;
        width: 473px;
        min-height: 372px;
    }

.register-page {
    max-width: 470px;
    width: 100%;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    padding: 45px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: -2px 12px 39px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
}

.form input[type='text'],
.form input[type='email'],
.form input[type='password'],
.form input[type='tel'] {
    font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button:active,
.form button:focus {
    background: #147aad;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.error-message ul {
    padding-inline-start: 0;
}

.error-message li {
    list-style: none;
}

.form .message a {
    color: #4CAF50;
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}

body {
    background: #76b852;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #1a92ce0a 50%, white 50%);
    background: -moz-linear-gradient(to top, #1a92ce0a 50%, white 50%);
    background: -o-linear-gradient(to top, #1a92ce0a 50%, white 50%);
    background: linear-gradient(to top, #1a92ce0a 50%, white 50%);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment: fixed;
}


.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

.remember-me-field {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #101010;
}

.remember-me-field .wrap-checkbox {
    width: 16px;
    height: 16px;
    background: #edf3ff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

input[type="checkbox"] {
    border-radius: 50%;
    vertical-align: middle;
    border-color: #edf3ff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-bottom: 0;
    background-color: #edf3ff;
}

input[type="checkbox"]:checked {
    background-color: #178ac3;
}

#lbRemember {
    margin: 0;
    margin-left: 5px;
}

.forgot-password a {
 color: black !important;
}

.logo {
    text-align: center;
    margin-bottom: 15%;
    text-shadow: 0 0 4px #00b3ff;
    color: #2694ca !important;
}

h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 0.52rem 0 .912rem 0;
}