/* ================= FONTS ================= */
@font-face {
    font-family: 'RoReg';
    src: url('../../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'RoLight';
    src: url('../../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'RoMed';
    src: url('../../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'RoBold';
    src: url('../../fonts/Roboto-Bold.ttf');
}
.login-img-div img{
    width: 85%;
    border-radius: 35px;
    box-shadow: 7px 5px 5px rgba(0,0,0,0.55);
}
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-btn{
    padding: 6px 64px !important;
}
/* CARD */
.login-card {
    width: 335px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 15px;
    border: 1px solid #8091ab;
    text-align: center;
}

/* LOGO */
.logo img {
    width: 120px;
    margin-bottom: 10px;
}
.login-main-header{
    color: #1b4b89;
    font-size: 28px;
    font-family: 'RoLight';
    font-weight: 600;
}
/* TITLE */
.login-card h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
    color: #0d2c5a;
    font-size: 15px;
}

/* FORGOT */
.forgot {
    text-align: right;
    font-size: 12px;
    margin-bottom: 20px;
}

.forgot a {
    text-decoration: none;
    color: #4d494a;
}