@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300);
@import url('https://fonts.googleapis.com/css?family=Tajawal');

.btn {
	border: none; /* Remove borders */
	color: white; /* Add a text color */
	padding: 7px 28px; /* Add some padding */
	cursor: pointer; /* Add a pointer cursor on mouse-over */
	height: 32px;
	width: 350px;
}

.success {background-color: #009688;} 
.success:hover {background-color: #00393f;color: white;}

.default {background-color: #e7e7e7; color: black;} 
.default:hover {background: #ddd;}

.titulos{font-size:20px;color: #007893;text-shadow: grey 0.1em 0.1em 0.2em; overflow-wrap: break-word;border-bottom: 2px ridge  #0d313d;}
.linkcadastro { text-decoration : none; color : #000; font-size: 11px;}
.botaocadastro { padding-top: 20px }

.bg_video{
  position: fixed; 
  right: 0;     
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -1000;
  background-color: #607997;
  background-size: cover; 
}

#box{
  position:absolute;
  background: #eff3f6;
  border-radius: 5px;
  top:15%;
  left:50%;
  margin-top:-25px; /* this is half the height of your div*/  
  margin-left:-200px; /*this is half of width of your div*/
  width: 400px;
  height: 550px;
  padding: 11px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.41);
  box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.41);  
}

.logowhite-bit{
    background: url(../img/bitgol.png) no-repeat;
    width: 355px;
    height: 119px;
    margin-top:15px;
    margin-left:9px;
}

.logowhite-bit:hover{
    opacity: 0.9;
}

.logowhite{
    background: url(../img/logof.png) no-repeat;
    width: 355px;
    height: 119px;
    margin-top:15px;
    margin-left:10px;
}

.logowhite:hover{
    opacity: 0.9;
}

a{
    color: #008693;
}

a:hover{
    color: #20464B;
    text-decoration: none;
}

hr.style1 { 
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.40), rgba(100, 100, 100, 0));
}

h1.text1{
    color: #575757;
    text-align: center;
    font-size: 15pt;
    font-family: 'Raleway', sans-serif;
}

.text1-5{
    color: #D42E31;
    text-align: center;
    font-size: 9pt;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
}

h1.text2{
    color: white;
    text-align: center;
    font-size: 17pt;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
    margin-top: 10px;
    margin-right: 46px;
}

h1.text3{
    color: #D42E31;
    text-align: center;
    font-size: 12pt;
    font-family: 'Raleway', sans-serif;
    margin-top: -2px;
}

h1.text3-5{
    color: #4BB543;
    text-align: center;
    font-size: 12pt;
    font-family: 'Raleway', sans-serif;
    margin-top: -2px;
}

.btn-ead{
    width: 350px;;
    height: 60px;
    background-color: #5bb75b;
    padding: 10px;
    border: hidden;
}


.btn-ead:hover{
    background-color: #3b6f3b;
    transition: background 1s;  
}

.btn-color{
    background: #42a4c1;   
    color: white;
}

.btn-color:hover{
    background: #287c95;   
    color: white;
    transition: background 1s;  
}

.errorLog{
    margin-top: -10px;
    background-color: #F1F1F1;
    padding: 4px;
    border-radius: 5px; 
    width: 350px;
    height: 20px;
}

.errorImg{
    background: url('https://i.imgur.com/CKyNSbo.png');
    width: 32px;
    height: 32px;
    margin-left: 169px;
}