
.XS_IconBoton{
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
    background-image: linear-gradient(to bottom, #0081FF, #0081FF)!important;
	cursor:pointer!important;
    width:120px!important;
    padding: 2px;
    height: 32px;
	margin-right:10px;
    min-height: initial;
    border-radius: 12px;    
}

input[type="button"]:hover{
    border:0px #cccccc solid;
    box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.20), 6px 6px 6px rgba(0, 0, 0, 0.19);
}

 .XS_Field div.label {
    display:block;
    width:130px;
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    color:#0A0656;
    padding-top:8px;
    text-align:left;
 }

 .XS_Field input {
    font-family:verdana, arial, serif;
    font-size:14px;
    font-weight: normal;
    padding:3px;
    border:0px #cccccc solid;
    border-radius:10px!important;
    background:#ffffff;
    outline: 0px;
    color:#0A0656;
    height:30px;
 }

.XS_Field .input_in {
    font-family:verdana, arial, serif;
    font-size:14px;
    font-weight: normal;    
    color:#0A0656;    
    padding:3px;
    --border:1px #cccccc solid;
    --border-color:#cccccc!important;
    outline: 0px;
    border-radius:3px;
    background:#FFFFD9;
    box-shadow: -1px -1px 2px rgb(0 0 0 / 20%), 1px 1px 2px rgb(0 0 0 / 20%);
    transition:0.2s easy;
}

.classContainer{
    position: relative;
    top:140px;
    padding-top:20px;
    margin:auto;
}

.classFrame {
    background: #E9ECF3;
    border-radius:40px!important;
}

.classForm{
    margin-left:auto; 
    margin-right:auto; 
    width:400px; 
    padding-top:10px; 
    padding-bottom:0px; 
    border:0px;
}

.classOlvido{
    float:left; 
    width:500px; 
    padding-top:10px; 
    text-align:center;
}

.classOlvido a{
    font-size:14px; 
    color:#0A0656;    
}

.classFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    height:100px;
    width:100%;
    background-color:#0A0555;
    margin:0px;
    padding:0px;
    z-index: 1000;
}

@media screen and (max-height: 700px) {
    .classFooter {
        display:none;
    }
}

