﻿        .fundo_login {
            float: left;
            width: 900px;
            height: 470px;
            margin-left: 50px;
            margin-right: 50px;
            font-family: 'Oxygen'; 
                  }



/*----------------Coluna_EntradaLogin-----------------*/
.Coluna_EntradaLogin {
    width: 420px;
    height: 280px;
    float: left;
    font-family: 'Segoe UI';
    font-size: 12px;
    /*background-image: url(../Imagens/Login.png);*/
    /*background-repeat: no-repeat;*/
    padding-left: 20px;
    padding-top: 0px;


	/*width: 430px; margin: 60px auto; padding: 60px 30px;*/
	background: #c9d0de; border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}



/*----------------Coluna_NovaConta-----------------*/
.Coluna_NovaConta {
    width: 430px;
    height: 280px;
    float: right;
    font-family: 'Segoe UI';
    font-size: 12px;
    /*background-image: url(../Imagens/NovoUtilizadorAzul.png);*/
    /*background-repeat: no-repeat;*/
    padding-left: 20px;
    padding-top: 0px;


  
	/*width: 430px; margin: 60px auto; padding: 60px 30px;*/
	background: #c9d0de; border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}


/*----------------Coluna_ReporConta-----------------*/
.Coluna_ReporConta {

}



/*---------------------Titulos--------------------------*/
.Login_class
{
    background: #054B85;
    color: #fff; /*font:17px/21px Calibri, Arial, Helvetica, sans-serif;*/;
    width: 400px;
    height: 30px;
    float: left;
    padding: 0 10px;
    margin: -26px 0 0 -11px;
    font-weight: normal;
    border: 1px solid #fff;
    border-color: #e5e5c3 #505014 #505014 #e5e5c3;
}

.Novaconta_class
{
    background:#054B85; 
    color:#fff; 
    /*font:17px/21px Calibri, Arial, Helvetica, sans-serif;*/ 
    width: 410px; 
    height: 30px;
    padding:0 10px; 
    margin:-26px 0 0 -11px; 
    font-weight: normal; 
    border:1px solid #fff; 
    border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}


/*----------------Label-----------------*/
.LabelFormulario
{
    /*clear: left;*/ 
    /*margin: 0px 20px 0 0;*/ 
    /*width: 110px;*/
	text-align: right;
    font-size: 16px; 
    font-family: Segoe WP SemiLight;
    color: #445668; 
	/*text-transform: uppercase;*/ 
    text-shadow: 0px 1px 0px #f2f2f2;
}



/*----------------TextBox-----------------*/
.CaixaTextoFormulario 
{
	width: 200px; 
    height: 25px; 
    padding: 5px 5px 0px 5px; 
    /*margin: 0 0 20px 0;*/ 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
    -webkit-box-shadow: 0px 1px 0px #f2f2f2;
	/*font-family: sans-serif;*/ 
    /*font-size: 16px;*/ 
    color: #f2f2f2; 
    /*text-transform: uppercase;*/ 
    text-shadow: 0px -1px 0px #334f71; 
}

.CaixaTextoFormulario::-webkit-input-placeholder  {
    color: #a1b2c3; 
    text-shadow: 0px -1px 0px #38506b;  
}
.CaixaTextoFormulario :-moz-placeholder {
	color: #a1b2c3; 
    text-shadow: 0px -1px 0px #38506b; 
}
.CaixaTextoFormulario:focus{
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

