body{
	background-color: white;
}
*{
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.container{
	padding-top: 50px;
}
.align-center{
	text-align: center !important;
}
.img-logo{
	width: 60%;
}

.cont-input-form{
	width: 100%;
	padding: 10px 5px;
	border: none;
}

input[type='password'],input[type='text']{
	/*width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #cecece;
    background-color: transparent;
    color: gray;
    border-radius: 5px;
    background-color: white;
    border:1px solid #cecece;
    font-size: 16px;*/
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #003380;
    background-color: transparent;
    color: gray;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
}

input[type='text']:focus,input[type='password']:focus{
    outline:0px;
    border-bottom: 2px solid #003380;
}
.cont-submit{
    width: 100%;
    margin: 50px 0px;
    background-color: transparent;
    border: 0px;
    text-align: left;
}
input::-webkit-input-placeholder {
  color: gray;
  font-size: 16px;
}
input:-moz-placeholder {
  color: gray;
  font-size: 16px;
}
input:-ms-input-placeholder { 
  color: gray;
  font-size: 16px;
}


/*input[type='submit']{
	background-color: #600D05;
	border-radius: 5px;
	border: 1px solid darkred;
	color: white;
	width: 100%;
	font-size: 16px;
	padding: 10px 15px;
	text-align: center;
	margin: 30px 0px;
}
input[type='submit']:hover{
    border: 1px solid #48181e;
    font-weight: bold;
}*/

input[type='submit']{
    background-color: #24aac5;
    border-radius: 5px;
    border: 1px solid #003380;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    margin: 30px 0px;
}
input[type='submit']:hover{
    border: 1px solid #003380;
    background-color: #003380;
}

.info-sevix,.info-sevix-last{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 15px 0px;
}

.info-sevix>span,.info-sevix-last{
	color: gray;
	text-align: center;
	font-size: 16px;
	width: 100%;

}

.info-sevix-last{
	margin:60px 0px 30px 0px;
}