body{
  font-family: 'Montserrat', sans-serif;
}
h2{
  font-size: 2rem;
  font-weight: 400;
    color: #3e91cd;
}

.h5{
  font-size: 20px;
  font-weight: 400;
    color: #3e91cd;
}

.h5>a{
  color:red;
  text-decoration:none;
}

.tit{
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.login{
  margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-color:#fff;
}

.login:focus{
  background-color:#fff;
  font-family: 'Montserrat', sans-serif !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font: 1.5em 'Montserrat';
  
}
#caja{
  width:105px;
  height:131px;
}

#intervalo{
    height: 31px;
    padding: 0px 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#comenzar{
    border: 1px solid #8172f3;
    height: 32px;
    padding: 0px 20px;
    background-color: #3e91cd;
    color: #fff;
}

.save-palabras{
    border: 1px solid #8172f3;
    height: 32px;
    padding: 0px 20px;
    background-color: #3e91cd;
    color: #fff;
    margin-bottom: 50px;
}

.volver{
    border: 1px solid #8172f3;
    height: 32px;
    padding: 0px 20px;
    background-color: #c72b32;
    color: #fff;
    margin-bottom: 50px;
}

.input-palabras{
    width: 100%;
    margin-bottom: 5px;
}

.reloj{
	float: left;
	font-size: 35px;
	color: #363431;
}
.boton{
	outline: none;
	border: 1px solid #363431;
	color: white;
	width: 128px;
	height: 30px;
	text-shadow: 0px -1px 1px black;
	font-size: 20px;
	border-radius: 5px;
	font-family: Helvetica;
	cursor: pointer;
	background-image: linear-gradient(#3aad02,#2c6f05);
}

.botonclase{
    border: 1px solid #8172f3;
    height: 32px;
    padding: 0px 20px;
    background-color: #3e91cd;
    color: #fff;
}

.boton:active{
	background-image: linear-gradient(#2c6f05,#3aad02);
}
.boton:hover{
	box-shadow: 0px 0px 14px #3aad02;
}