﻿@font-face {
    font-family: "Lexend";
    src: url("/Content/Fonts/Lexend-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Lexend";
    src: url("/Content/Fonts/Lexend-Bold.ttf");
    font-weight: bold;
    font-display: swap;
}

body {
    background-color: #364150;
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 16px;
}

    body.dyslexia-font, body.dyslexia-font h1, body.dyslexia-font h2, body.dyslexia-font h3, body.dyslexia-font h4, body.dyslexia-font h5, body.dyslexia-font h6 {
        font-family: "Lexend" !important;
    }

    body.large-font-size {
        font-size: 20px;
    }

/*Customize logo*/
.login .logo {
    width: 168px;
    height: 33px;
}

/*Customize login form*/
.content {
    background-color: #eceef1;
}

/*Customize login form title*/
.form-title {
    color: #4db3a5;
}

/*Customzie textboxes inside login form */
.form-control {
    background-color: #dde3ec;
    color: #8290a3;
}

.form-text {
    color: #333;
}

/*Customize Log in button*/

.btn {
    font-size: 0.8em !important;
}

.btn-success {
    background-color: #36c6d3 !important;
    border-color: #2bb8c4 !important;
    font-weight: 600;
    font-size: 11px;
    padding: 10px 20px !important;
    color: #fff;
    text-decoration: none;
    line-height: 1.44;
}

    .btn-success:hover {
        background-color: #27a4b0 !important;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
        text-decoration: none;
        border-color: #208992 !important;
    }


/*Customize remember me button*/
.rememberme {
    color: #8290a3;
}

/*Customize other login options*/
.login-options {
    color: #7d91aa;
}

.login .logo {
    margin: 0 auto;
    /*margin-top: 60px;*/
    text-align: center;
    border: none;
}

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0.9em;
    line-height: 1.42857;
}

.rememberme {
    margin-left: 8px;
    margin-top: 10px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
}

.accessibility-buttons {
    position: fixed;
    top: 0;
    right: 0;
}

    .accessibility-buttons button {
        border: none;
        height: 2.75em;
        width: 2.75em;
        color: #000;
        border: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #eceef1;
    }

.dyslexia-font .icon-font-type {
    transform: scale(-1,1);
}

.content {
    border-radius: 7px;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}

.form-title {
    text-align: center;
    font-size: 1.75em;
    font-weight: 400 !important;
}

.form-group {
    position: relative;
}

.form-control {
    height: 3em;
    border: 1px solid #dde3ec;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 0.9em;
    line-height: 1.42857;
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}

.show-password-btn {
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #000;
    width: 2.5em;
    height: 2.5em;
}

.external-login-title {
    font-size: 1.5em;
}

.container page-login {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    line-height: 1.42857;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.page-login .login-remember {
    padding-left: 0;
}

.login .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #8290a3;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #8290a3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #8290a3;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #8290a3;
    opacity: 1;
}

.login .register-btn {
    text-decoration: none;
    font-weight: normal !important;
}

.login .email-activation-btn {
    text-decoration: none;
    font-weight: normal !important;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    float: left;
}

.login-options a {
    border-radius: 50px;
}

.create-account {
    margin: 0 -40px -40px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    border-radius: 0 0 7px 7px;
}

p {
    margin: 20px 0;
}

.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-button {
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.login .content .login-options-list {
    margin-left: 90px;
    padding-top: 5px;
}

a.mdl-button {
    color: black;
    text-decoration: none;
}

    a.mdl-button:hover {
        text-decoration: none;
        color: black;
        background: rgba(158,158,158,.5);
    }

.uppercase {
    text-transform: uppercase !important;
}

@media (max-width:480px) {
    .login .content {
        width: 280px;
        margin-top: 10px;
    }
}

.navbar {
    visibility: hidden;
}

.panel .list-group-item {
    color: black;
}

.additional-links a {
    color: #c3cedd;
    text-transform: uppercase !important;
    text-shadow: none;
    text-decoration: none;
}
