@charset "utf-8";

@font-face 
{
    font-family: SFUI-Bold;
    src: url(SF-UI-Display-Bold.otf);
}

@font-face 
{
    font-family: SFUI-Light;
    src: url(SF-UI-Display-Light.otf);
}

@font-face 
{
    font-family: SFUI-Regular;
    src: url(SF-UI-Display-Regular.otf);
}

body 
{
    display: block;
    margin: 0px;
    background: #004940;
}

.fondo-top
{
	object-fit: cover;
    width: 100%;	
    z-index: 10;
    height: 370px;
}

#content
{
	background: #ffffff;
    display: block;
    max-width: 570px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    position: relative;
    top: -140px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(173,157,173,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(173,157,173,1);
    box-shadow: 0px 0px 5px 2px rgba(173,157,173,1);
}

legend
{
	display: none;	
}

fieldset
{
	border: none;
    position: relative;
    top: 22px;
}

.icono-login
{
	margin-left: auto;
    margin-right: auto;
    top: -12px;
    display: block;
    position: relative;
    width: 190px;
}

.campo-login
{
	font-family: "SFUI-Regular";
	border: none;
	border-bottom: 2px solid #e1e1e1;	
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	outline:none;
}

input:-webkit-autofill 
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.boton-login
{
	font-family: "SFUI-Regular";
	margin-left: auto;
    margin-right: auto;
    top: 50px;
    display: block;
    position: relative;
    background: #004940;
    border: none;
    width: 152px;
    height: 40px;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    outline: none;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(162,163,171,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(162,163,171,1);
    box-shadow: 2px 2px 5px 0px rgba(162,163,171,1);
}

.boton-login:hover
{
    cursor: pointer;
    background: #004940;
    opacity: 0.8;
}

#authMessage
{
	font-family: "SFUI-Regular";
	width: 100%;
    display: block;
    position: absolute;
    top: 283px;
    text-align: center;
    margin-left: -30px;
}

.banner-top
{
    width: 100%;
    height: 300px;
    background: #47b87e;
}

.span-login
{
    color: white;
    font-size: 80px;
    display: block;
    width: 100%;
    height: 300px;
    text-align: center;
    font-family: "SFUI-Regular";
}

.alert-info
{
    display: none !important;
}



















