/*
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
*/

.form-2 {
    /* Size and position */
    width: 230px;
    margin: 0px auto 0px;
    padding: 15px;
    position: relative;

    /* Styles */
    background: #fff;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 0px 3px rgba(0,0,0,0.2),        
        0 0px 0px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-2 h1 {
    font-size: 12px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 0px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    margin-top: -10px;
    padding-right: 2px;
}

.form-2 h1 .log-on {
    color: #B22222;
    text-transform: uppercase;
    margin-top: -10px;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-2 label i {
    margin-right: 50px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 70px;
    height: 15px;
    padding: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    border: 3px solid #ebe6e2;
    border-radius: 20px; /* formato do input */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: left;
}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=button] {
    /* Size and position */
    width: 40px;
    height: 20px;
    margin-top: 2px;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 20px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form-2 input[type=button] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-2 input[type=button]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=button]:active{
    top: 1px;
}

#IDcampos {
	width: 230px;
	margin-top: 6px;
}

#IDalternaTela {
	width: 130px;
	margin-top: 6px;
}

.alternaTela {
	font-size: 11px;
	color: #000;
}

.alternaTela:hover {
	font-size: 11px;
	color: #000;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: #FF0000;
	cursor: pointer;
}

.CLSsair {
	margin-left: 50px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=button]:hover {
    background: #ffb347;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

.log-in-td {
	width: 100px;
	text-align: center;
}

.log-on-td1 {
	width: 82%;
}

.log-on-td2 {
	width: 18%;
}