﻿body {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #242f3b !important;
    background-color: #f5f5f9
}

.branch {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.branch-image {
    margin-right: 6px !important;
    width: 150px !important;
    height: auto !important;
}

.branch-name {
    font-size: 28px !important;
}

.branch-note {
    font-size: 13px !important;
}

.authen-form .form-title {
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    margin-bottom: 8px !important;
}

.authen-border-incorrect {
    border: solid 1px #dc3545 !important;
}

a {
    color: #007bff !important;
    text-decoration: none !important;
    background-color: initial !important;
    font-weight: 500 !important
}

    a:hover {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #808080 !important;
    border-color: #808080;
}
.fv-plugins-message-container {
    font-size: .875em;
    color: #dc3545;
}

@media only screen and (max-width: 991px){
    .branch-name {
        font-size: 24px !important;
    }
    #signUpForm .row > div {
        margin-bottom: 1rem !important
    }
    #signUpForm label[for=gender]{
        margin-bottom:0
    }
    .authen-form{
        margin-bottom:70px
    }
}