﻿body {
}

.remember-forget-password {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    text-align: right;
    font: normal 13px/16px Lato;
    letter-spacing: 0px;
    color: #4B6D93;
}


.login-subtitle {
    text-align: center;
    font: normal 15px/18px Lato;
    letter-spacing: 0px;
    color: #4B6D93;
    margin-bottom: 20px;
}

.welcome {
    margin-bottom: -10px !important;
}

.register-as-new-agent {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}


