#login-modal.gating-modal {
    background: #F5F5F5;
    padding-top: 10px;
}
#login-modal.gating-modal form  {
    
    font-family: 'Roboto Slab', sans-serif !important;

}
#login-modal.gating-modal form input {
    
    font-size:.75rem;
    width:100%;
    padding:10px 15px;
    margin-bottom:10px;
}
#login-modal.gating-modal form button {
    
    width:250px;
    height: 38px;
    border-radius:25px;
    outline:0;
    border:1px solid #616161;
    /* margin:25px auto; */
    background: #08afbf;
    color: white;
    cursor:pointer;
    font-size:12px;
}

#login-modal.gating-modal form p:nth-of-type(3) span.help-block:nth-of-type(1) a:nth-of-type(1) {
    color: #E63946 !important;
}
#login-modal.gating-modal form p:nth-of-type(3) span.help-block:nth-of-type(1) a:nth-of-type(1):hover {
    color: #6c757d !important;
}
#login-modal.gating-modal form div  {
    color: #1D3557 ;
    text-decoration: underline;
    font-weight: normal !important;
}
#login-modal.gating-modal form p span.help-block  {
    color: #7B7B7B ;
}
#login-modal.gating-modal form p span.help-block a {
    color: #343a40 ;
}

#login-modal.gating-modal form p:nth-of-type(5) button:nth-of-type(1) {
    display: none;
}