﻿label, span, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Museo Sans",Helvetica,Arial,sans-serif !important;
}

@media(min-width:768px) {
    .regNoPaddingRight .form-control:focus {
        border: 1px solid #155583 !important;
    }
}

#submit-register {
    border-radius: 50px;
    background: #BFBFBF !important;
    border: #BFBFBF !important;
    color: white;
    width: 75%;
    margin: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    outline: none !important;
}

#loading {
    border-radius: 50px;
    width: 75%;
    margin: auto;
    padding: 19px !important;
    margin-top: 0px !important;
}

#goToLoginPatient {
    text-align: center;
}

.form-control {
    border-radius: 2px;
    border-color: #155583 !important;
}

.form-control:focus {
    border: 2px solid !important;
}

.modal-title {
    color: #155583 !important;
}

.login-box {
    border-radius: 2px;
    border-color: #155583 !important;
}

    .login-box:focus {
        border: 2px solid !important;
    }

#submit-login {
    border-radius: 50px;
    background: #BFBFBF !important;
    border: #BFBFBF !important;
    color: white;
    width: 60%;
    margin: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    outline: none !important;
}

#loading-login {
    border-radius: 50px;
    width: 60%;
    margin: auto;
    padding: 19px !important;
    margin-top: 0px !important;
}

#submit-loginForm {
    border-radius: 50px;
    background: #eee !important;
    border: #eee !important;
    color: rgb(79, 79, 79);
    width: 60%;
    padding-top: 9px;
    padding-bottom: 9px;
    outline: none !important;
}

#loading-loginForm {
    border-radius: 50px;
    width: 60%;
    padding: 19px !important;
    margin-top:0px !important;
}

#resetPassword {
    text-align: center;
}

.k-datepicker.form-control{
    height:39px !important;
}