﻿
@import url("ReferencedStyles/MaternumGlobal.css?v=55");
.config{
    margin: auto;
}
.wrapper_login {
    height: 500px;
    width: 700px;
    position: relative;
    top: 100px;
}
#form_conteudo, .form_conteudo, #form1 {
    background: url("../images/login/SplashConfig.png") no-repeat !important;
    border: 1px solid #2686A6;
    height: inherit;
    width: inherit;
}
.GlobalContainerLogin {
    height: 92%;
    width: inherit;
}

.ContainerLogin{
    width: inherit;
    height: inherit;
}
.LoginHeader, .AdminHeader {
    width: 280px;
    left: 110px;
    top: 10px;
    position: relative;
    margin: auto;
    height: auto;
}
.LoginContent {
    position: relative;
    top: 100px;
    left: 315px;
    width: 300px;
    height: 220px;
    text-align: center;
}
.textbox {
    width: 230px;
    height: inherit;
    border-radius: 3px;
    behavior: url(border-radius.htc);
    border: 0 solid;
    padding-left: 10px;
}
.TextBoxUserName{

}
.ModalConfirmSavePasswordChange {
    background-color: white !important; 
}
.ModalConfirmSavePasswordChange .btn{
    color: white;
    font-weight:bold;
}
.password-change-title {
    width: auto !important;
    position: relative !important;
    left: 0 !important;
}
.passChangeContent {
    top: 50px !important;
}
.LoginContent > ul {
    margin-left: 0;
    padding: 0;
}
.LoginContent > ul > li {
    list-style: none;
    display: list-item;
    height: 35px;
    margin: 10px;
}

.login_label {
    text-align: center;
    position: relative;
    font-size: 15pt;
    color: white;
}
.btnAdmin{
    
}
.button {
    border: 0 solid transparent;
    behavior: url(border-radius.htc);
    border-radius: 3px;
    background-color: #55696e;
    cursor: pointer;
}
.button:hover{
    background-color: #a1a1a1;
}
.btn_login {
    width: 245px;
    padding: 10px;
    border-radius: 3px;
    behavior: url(border-radius.htc);
    border: 0 solid transparent;
    background: #c2a0ca;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.btn_login:hover{
    background-color: #dcc2e2;
}

.label_login_warning {
    font-size: 10pt;
    text-align: justify;
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    color: #f3ff38;
}

.versionInfo {
    font-size: 8pt;
    color: white;
}

a:link, a:active, a:visited{
    color: white;
}
.AdminPanel {
    position: relative;
    top: 265px;
    height: auto;
    padding: 10px;
    width: 90%;
    margin: auto;
}
.panelBtn {
    height: 30px;
    width: 245px;
    color: white;
}

.GlobalContainerAdmin {
    width: inherit;
    height: 92%;
}