body{
    background: url('../images/bg_login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
a:hover{color: #1AADF7;}
.bg-grey{background-color: rgba(255, 255, 255, 0.2);}
.text-grey{color: rgba(255, 255, 255, 0.8);}
.max-w-login{max-width: 950px;}
.fs-30{font-size: 30px;}
.fs-14{font-size: 14px;}
.fs-icon{font-size: 20px;}
.fw-500{font-weight: 500;}
.text-blue{color: #09578F;}
.bg-blue{background-color: #09578F;}
.bg-blue:hover{background-color: #1AADF7;}
.text-light-blue{color: #1AADF7;}
.bg-footer{background-color: #ecedef;}