@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html {height: 100%;}
body {margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 12px;color: #444;background: #FC3A7D;}

.wrapper {width: 366px; margin: auto;}
.content {margin-top: 45px;}
.mensagemBoasVindas {color: #fff; text-align: center; margin-bottom: 40px;padding: 0px 30px 0px;width: 306px;}
.mensagemBoasVindas h1 {font-size: 35px; font-weight: 400; line-height: 10px;}
.mensagemBoasVindas p {font-size: 14px; font-weight: 300}
.mensagemBoasVindas p strong {font-weight: 400}

.contentForm {background: #fff; border-radius: 5px; height: auto; width: 306px;padding: 30px; position: relative;}
.contentForm .logo {width: 100%; text-align: center;margin-bottom: -5px;}
.contentForm .logo img {padding-bottom: 30px;width: 65%;}

.first{margin-bottom: 8px;}
.first2{float:left;width:300px;float:left;padding: 5px;}
.inputLogin {width: 278px; padding: 10px; font-size: 12px; color: #565656; border: 1px solid #a9a9a9; border-radius: 7px; margin-bottom: 10px;}

.formEsqueciSenha a {color: #6c6c6c; font-size: 11px;}
.formBtnEntrar {text-align: right;  bottom: 30px; right: 30px; margin-top: 10px;}
.formBtnEntrar .button {background: #FC3A7D; text-transform: uppercase; color: #fff; font-size: 16px; padding: 14px 30px; border: none; border-radius: 5px;cursor: pointer;}

.formBtnPrimeiroAcesso {text-align: center;  bottom: 30px; right: 30px; margin-top: 10px;}
.formBtnPrimeiroAcesso .button {background: #FC3A7D; text-transform: uppercase; color: #fff; font-size: 16px; padding: 15px; border: none; border-radius: 5px;cursor: pointer;}

.errorMessage {font-size: 12px;color: #DA0303;padding-bottom: 10px; text-align: right;}
.flash-notice {padding: 0px 10px 30px;font-size: 20px;}
.flash-notice .close {display: none;}

.texto_label {text-align: center; padding-bottom: 20px;}

.albox {text-align: center; border-radius: 5px;margin-bottom: 20px; padding: 5px;}
.albox.errorbox {color: #E00000; background: #FFCFCF; border: 1px solid #E49A9A;}
.albox.successbox {color: #088120; background: #CCEBD2; border: 1px solid #75A77E;}