#eap-lock *{
    box-sizing:border-box;
}
#eap-lock{
    position: fixed;
    z-index: -50;
    visibility: hidden;
}
#eap-lock-form{

    font-family: "Lato";
    max-width: 350px;
    background-color: #fff;
    border-radius: 10px;
    padding:20px;
    margin:0 auto;
    box-shadow: 0 1px 0 #000;
    z-index:15000;

}
#eap-lock-form input{

    position:relative;
    z-index:20000;
    
}
#eap-lock-title{
    text-align: center;
    font-size:50px;
    font-family: 'Lato';
    color:#FFFFFF;
    margin:0 auto;
    margin-bottom: 50px;
    text-shadow: 0 1px 0px #000000;
    font-weight:900;

}
#eap-lock-image{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:-51;
    visibility: hidden;
    background-size:cover;
    background-position: center center;
}
#eap-lock-overlay{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background: rgba(0,0,0,.5);
    z-index:-52;
    visibility: hidden;
}
#eap-lock-form input{
    width:100%;
}
#eap-lock-form input,.eap-lock-submitholder div{
    background:#F7F7F7;
    -moz-hyphens: none;
    border-radius: 4px;
    font-family: "Lato" !important;
    outline: 0px none;
    font-size: 18px;
    padding: 0.8125em 1.625em;
    line-height: normal;
    vertical-align: baseline;
    padding: 0.5278em;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.698);
    box-shadow: initial !important;
    height:43px;
}
#eap-lock-form input[type="text"]:focus{
    border: 1px solid rgba(51, 51, 51, 0.1);
    background:#FFF;
}
.eap-lock-firstnameholder{
    margin-right:2%;
}
.eap-lock-lastnameholder{
    margin-left:2%;
}
.eap-lock-firstnameholder,.eap-lock-lastnameholder{
    width:48%;
    float:left;
}
.eap-lock-nameholder,.eap-lock-emailholder,.eap-lock-phoneholder{
    margin-bottom: 10px;
}
.eap-lock-submitholder div{
    border: 1px solid rgba(51, 51, 51, 0.1);
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    width:100%;
    background-color: #0100af !important;   
    color:#FFFFFF !important;   
    text-align: center;
}
.eap-lock-submitholder div:hover{
    background-color: rgba(29,117,189,0.6) !important;   
    color:#FFFFFF !important;       
}
.eap-error-holder{
    display: none;
    text-align: center;
    color:red;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.clear{
    clear:both;
}


