html{
    background: #fff;
    font-family:  Verdana;
    background: #0f62a6;
}

body{
    margin: 0;
    border: none;
    padding: 0;
    min-height: 452px;
    min-width: 1280px;
}

.login_area{
    background: #fff;
    width: 100%;
    height: 400px;
    margin: 30px auto 0;
    padding: 20px 0 50px;
}

.loginform_container{
    position: relative;
    width: 980px;
    height: 400px;
    margin: 0 auto 0;
}

.login_box{
    position: relative;
    margin: 80px 0 0;
}

.login_logo{
   width: 350px;
   height: 50px;
   float: right;
   margin-top: 125px;
   position: absolute;
}

.login_logo img{
    margin-top: 10%;
    width: 300px;
    height: auto;
    padding: 25px;
}

.login_fields{
    position: absolute;
	top: -70;
    width: 230px;
    height: 95px;
    padding: 25px;
    background: #19a8ff;
    border: 2px solid #0f62a6;
}

.form_line{
    position: relative;
    float: left;
    width: 220px;
    margin: 5px;
}

.form_line input{
    width: 145px;
    color:#000;
    border: none;
    float: left;
}

.form_line label{
    width: 75px;
    border: none;
    color: #FFF;
    float: left;
    font-size: 12px;
    padding-top: 3px;
}

.footerbar{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #0f62a6;
}

.footerbar_container{
    position: relative;
    width: 980px;
    height: 75px;
    padding: 25px 0 0;
    margin: 0 auto 0;
}

.footerbar_container_left{
    position: relative;
    float: left;
    width: 350px;
    color: #fff;
    font-size: 11px;
    line-height: 1.8;
    text-align:left;
}

.footerbar_container_right{
    position: relative;
    float: right;
    width: 350px;
    color: #fff;
    font-size: 11px;
    line-height: 1.8;
    text-align:right;
}
.computador
{
    width: 550px;
	height: 250px;
	float: right;
	margin-top: -155px;
	padding-left: 450;
	position: absolute;
}

.computador img{
    width: 500px;
    height: auto;
    padding: 25px;
}
.computador iframe
{
width: 366px;
height: 240px;
position: absolute;
top: 100;
left: 540;
border: none;
}
.bgcontainer{
    display: none;
    position: absolute; 
    z-index: 10; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.75); 
    border: none;
}
.formcontainer1{
    position: absolute; 
    z-index: 11; 
    left: 50%; 
    top: 30%; 
    width: 500px; 
    height: 180px; 
    margin: -175px 0 0 -250px; 
    background: #fff; 
    border: 2px solid #0f62a6;
}
.formcontainer{
    position: absolute; 
    z-index: 11; 
    left: 50%; 
    top: 30%; 
    width: 500px; 
    height: 601px; 
    margin: -175px 0 0 -250px; 
    background: #fff; 
    border: 2px solid #0f62a6;
}
.formnota{
    width: 470px; 
    padding-bottom: 30px; 
    font-size: 13px; 
    color: #0f62a6;
}

.formini{
    width: 460px;
    padding: 5px; 
    font-size: 15px; 
    background: #0f62a6; 
    color: #fff; 
    text-transform: uppercase; 
    margin-bottom: 10px;
}

.formline, .formbuttons{
    width: 460px; 
    height: 20px; 
    padding: 5px; 
    font-size: 15px; 
    color: #0f62a6; 
    margin-bottom: 5px;
}

.formline label{
    float: left;
    width: 140px;
    height: 20px;
    font-size: 13px;
}

.formline input{
    float: right; 
    width: 320px; 
    height: 20px; 
    font-size: 13px; 
    background: #f0f0f0; 
    border: none;
}

.formbuttons a{
    float: right; 
    font-size: 13px; 
    background: #0f62a6; 
    color: #fff; 
    padding: 5px 10px 5px; 
    margin-top: 2px; 
    border: none; 
    cursor: pointer;
}

.formbuttons input{
    float: right; 
    font-size: 13px; 
    background: #0f62a6; 
    color: #fff; 
    padding: 5px 10px 5px; 
    border: none; 
    cursor: pointer;
}

.formresOK, .formresNOK{
    display: none;
    text-align: justify;
    margin-top: 130px;
}
.formresOK2{
    display: none;
    text-align: justify;
    margin-top: 130px;
}
.formcontainerinner{
    margin: 15px; 
    width: 470px; 
    height: 320px; 
    border:none;
}
.formcontainerinner1{
    margin: 15px; 
    width: 470px; 
    height: 120px; 
    border:none;
}