﻿.custom-btn {
    font-family: 'Franklin-Gothic-Urw',sans-serif !important;
    border-radius: 20px;
    float: right;
    background: #002e57 !important
}

    .custom-btn:hover {
        background: rgba(0,46,87, 0.6) !important;
    }

.custom-textbox {
    border-radius: 20px;
}

.custom-label {
    font-family: 'Franklin-Gothic-Urw',sans-serif !important;
    text-align: right;
    font-weight: bold;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

#hideShowPassword {
    margin-left: -35px;
    cursor: pointer;
}

.bi-eye-fill::before,
.bi-eye-slash-fill::before {
    font-size: 25px !important;
}

@media (max-width: 420px) {
    .custom-btn {
        float: left;
        margin-top: 10px;
    }

    .custom-label {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .custom-btn {
        float: left;
        margin-top: 10px;
    }

    .custom-label {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .custom-btn {
        float: left;
        margin-top: 10px;
    }

    .custom-label {
        text-align: left;
    }
}