
body, html {
    background-color: #2e3154;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 80vh;
}

.content {
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    min-height: 80%;
}

.fieldLoginLanguageActive {
    color: #ffaa00;
    font-weight: bold;
}

.btn-language {
    background-color: rgba(128, 128, 128, 0.4);
    color: white;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-top: 8px;
}

.languageContainer {
    position: absolute;
    top: 10px;
    left: 85%;
}

.fieldLoginRememberText {
    vertical-align: middle;
    color: #444;
}

    .fieldLoginRememberText input {
        vertical-align: middle;
    }

.fieldForgotPassword {
    color: #444;
}

.tradeMarkLogo {
    height: 20px;
}

.tradeMarkText {
    color: white;
}

.tradeMarkLinkText {
    color: #ffaa00;
}

.schoolLogo {
    max-width: 256px;
    max-height: 256px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.errorText {
    color: red;
}

.g-recaptcha {
    display: inline-block;
}

.divLegalNotice {
    margin-top: 20px;
    border: 1px solid white;
    border-radius: 3px;
    padding: 8px;
    font-size: 14px;
}

.legalNoticeText {
    color: white;
    text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 10px;
    color: white;
    text-align: center;
}

.login-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    background: rgba(255,255,255,0.9);
    border-radius: 15px;
    padding: 30px 20px 10px 20px;
    -webkit-box-shadow: 1px 1px 30px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,.1);
}

    .login-box input[type=text], .login-box input[type=password] {
        /*background-color: #e6eaf5;*/
        width: 100%;
        padding: 10px 36px 10px 8px;
        margin: 0 0 15px;
        border: none;
        position: relative;
    }

    .login-box .password span, .login-box .username span {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .login-box .login-button {
        font-weight: 300;
        border-radius: 22px;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
        width: 100%;
        padding: 10px;
        color: #FFF;
        margin: 10px 0px 10px 0px;
        letter-spacing: 2px;
        border: none;
        cursor: pointer;
        background-image: -webkit-gradient(linear, right top, left top, from(#573165), to(#9252aa));
        background-image: linear-gradient(to left, #573165, #9252aa);
    }

        .login-box .login-button:hover {
            background-image: -webkit-gradient(linear, right top, left top, from(#573165), to(#9252aa));
            background-image: linear-gradient(to right, #573165, #9252aa);
        }

        .login-box .login-button:disabled {
            background-image: -webkit-gradient(linear, right top, left top, from(#666), to(#aaa));
            background-image: linear-gradient(to right, #666, #aaa);
            cursor: not-allowed;
            pointer-events: none;
        }

    .login-box .password span,
    .login-box .username span {
        color: #754287;
    }

    .login-box, .login-box .password, .login-box .username {
        position: relative;
    }

.small-text {
    font-size: 12px;
    font-family: 'Source Sans Pro',sans-serif;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.loginArea {
    background-color: rgba(128, 128, 128, 0.5);
    padding: 10px;
    border-radius: 15px;
}

.videoArea {
    /*width: 286px;*/
}

.hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width:575px) {
    .schoolLogo {
		max-height: 128px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .schoolLogo {
		max-height: 160px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .schoolLogo {
		max-height: 192px;
	}
}

@media screen and (min-width:991px) and (max-width:1600) {
    .schoolLogo {
		max-height: 256px;
	}
}