html,
body {
    background-color: #1f1f1f;
}

#login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 350px;
    height: 450px;
    margin: auto;
    background-color: #1f1f1f;
}

.login-logo {
    position: relative;
    width: 250px;
    height: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../../icons/logo_audiomapa.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.login-box {
    width: 270px;
    height: 45px;
    font-size: 16px;
    font-weight: 200;
    margin-left: 46px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.box-mask {
    padding: 0px 15px 0px 15px;
    background: #1f1f1f;
    border: 1px solid #fff;
}

#login_button {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 90px;
    height: 32px;
    margin-top: 20px;
    margin-left: 257px;
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    color: white;
    text-align: center;
    background: #1f1f1f;
    border: 1px solid #fff;
	cursor: pointer;
	
}

.regresar{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: white;
	text-decoration:none;
}

.regresar:hover{
	color: white;
	 text-decoration: underline;
}


#login_button:hover {
   border: 3px solid #fff;
   cursor: pointer;
}


.m-t--1 {
    margin-top: -1.5px;
}

.login-icons {
    position: absolute;
    width: 45px;
    height: 90px;
    border: 1px solid #fff;
}

.login-icons .user {
    width: 28px;
    height: 28px;
    background-image: url('../../icons/Usuario.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8.5px;
    margin-left: 8.5px;
}

.login-icons .pass {
    width: 28px;
    height: 28px;
    background-image: url('../../icons/login.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 17px;
    margin-left: 8.5px;
}

.pass-recover {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    left: 0;
    top: 220px;
    text-decoration: none;
    font-weight: 200;
    cursor: pointer;
}

.precaucion{
    
    font-family: 'Montserrat', sans-serif;
    color: #fff;   
}

.pass-recover:hover{
	 text-decoration: underline;
}

.info-box {
    margin-top: 60px;
    padding: 15px;
    /*background-color: rgba(255, 255, 255, 0.05);*/
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.info-text {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}