﻿
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: #007c2e;
    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 {
    width: auto;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}

#pnlModules {
    text-align: center;
}

.availableModules td {
    border: solid 1px #BBB;
}

.rememberMySelection {

}

.rememberMySelection input {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}

.rememberMySelection label {
    font-size: 14px;
    left: 6px;
    display: inline-block;
    position: relative;
    top: -2px;
}
