/* Admin Login Css */

.p-b-5{
    padding-bottom: 5px;
}

.p-b-10{
    padding-bottom: 10px;
}

.m-t-30{
    margin-top: 30px;
}

.text-l{
    text-align: left;
}

.signUp {
    color: #fff !important;
    text-decoration: none;
    background: #79aec8;
    padding: 12px 7px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

a.signUp:hover {
    background: #447e9b;
    color: #fff;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.login{
    width: 100%;
    text-align: center;
}

.login-wrapper{
    display: inline-block !important;
    text-align: center !important;
    width: 340px;
    margin-top: 50px;
}

.login-wrapper h2{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.btn{
    padding-top: 20px !important;
    text-decoration: none;
}

.bottom-btn {
    background-color: #007BFF;
    padding: 2px 42px;
    font: bold 15px/40px 'Raleway', sans-serif;
    color: #fff;
    border-radius: 8px;
    border: none !important;
}

.bottom-btn:hover {
    background-color: #004BB1;
    padding: 2px 42px;
    font: bold 15px/40px 'Raleway', sans-serif;
    color: #ffff;
    border-radius: 8px;
}

.bottom-btn-2 {
    color: #ffff;
    padding: 10px 32px;
    font: bold 15px/40px 'Raleway', sans-serif;
    margin-left: 20px;
    text-decoration: none !important;
    border-radius: 8px;
    background-color: #CCCCCC;
}

.bottom-btn-2:hover {
    background-color: #AAAAAA;
}

.text-c{
    text-align: center;
}

.d-ib{
    display: inline-block !important;
}

.required{
    display: block;
    text-align: left;
    padding-bottom: 5px;
}

.form-row input{
    width: 340px;
    height: 35px;
}

.mid-wrapper{
    padding-top: 20px;
    text-align: right;
    padding-right: 5px;
}

.bottom-wrapper{
    padding-top: 10px;
}

.bottom-wrapper a{
    text-decoration: none;
    color: black;
    font-size: 12px;
}
