.mainlogo {
    background: white;
}
.bgcont{
    background-image: url('/static/img/airtimelbg.jpg');
}
.llogo {
    height: 86px;
}
#loginform{
    border-radius: 10px;
}
.mainlogo{
    border-radius: 10px;
}
.kyc {
    color: #531cb3;
    bottom: 19px;
}
.optloginbutton:hover {
    background: #531cb3;
    color: #ffffff;
}
a {
    color: #531cb3;
    text-decoration: none;
}