@font-face {
    font-family: "helveticaneuelt";
    src: url("../fonts/helveticaneueltarabicroman1.ttf");
} 

#login-modal .page-header{
    margin: 0 0 10px 0!important;
}

.page-header{
    margin: 0!important;
}

.modal-title{
    color: black;
    text-align: right;
}

#login-modal .modal-body{
    text-align: center;
    background-color: white;
    padding: 15px 40px!important;
    border-radius: 10px;
    box-shadow: 0 0 50px black;
}

#login-modal .modal-content{
    border-radius: 13px;
}

.modal-input-style {
    width: 90%;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    font-family: helveticaneuelt;
    background-color: #f7f7fa;
    border: 0;
    color: black;
    outline: none;
}

.modal-input-style::placeholder{
    color: black;
}

#login-modal-btn{
    background-color: #8c6591;
    color: white;
    font-size: 18px;
    outline: none;
    margin-top: 10px;
}

#close-login-modal-btn:hover{
    cursor: pointer;
    color: #8c6591;
}

#login-modal-link{
    color: #0a7eb6;
    font-size: 14px;
}

#login-modal-link:hover{
    color: #0a7eb6;
}

#login-form i{
    color: black;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 5px;
}

#no-account-message{
    color: black;
    font-size: 14px;
    font-weight: normal;
}

@media only screen and (max-width: 399px){
    #login-modal .modal-body{
        padding: 10px 10px!important;
    }
}
