﻿
body {
    min-width: auto !important;
}

.absoluteCenterOfPage {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    min-width: 290px;
    max-width: 400px;
    padding: 0px;
}

.headerLogin {
    background-color: #222;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.boxPanel {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

#pnlNormalLogin {
    overflow: hidden; /* Because of reCaptcha */
}

#cpcCaptcha_TB_I {
    font-size: 25px;
}

.g-recaptcha {
    margin: auto;
}

.valueCaptcha {
    float: left;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}

.btn-facebook-login {
    line-height: 0.4;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    padding-right: 36px;
}

.btn-facebook-login i {
    line-height: 30px !important;
    width: 30px !important;
    font-size: 1.1em !important;
}

#pnlModules {
    text-align: center;
}

.availableModules td {
    border: solid 1px #3C5569;
}

.rememberMySelection {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.rememberMySelection input {
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    margin:0;
}

    .rememberMySelection label {
        font-size: 14px;
        margin: 0 0 0 10px;
        line-height: 15px;
        cursor: pointer;
        font-family: 'NotoSans';
        color: #3c5569;
        font-weight:normal;
    }
