.login-red {
    color: #fff;
    background-color: #e12330;
    border: 1px solid #e12330;
}
.btn-login{
    background-color: #3cf;
}
.back-white{
    background-color: #fff !important;
    color: #fff !important;
}
.color-black{
    background-color: #fff !important;
    color: #000 !important;
}
.login-img{
    width:96px;
    height:96px;
    display:block;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin:0 auto 10px;
}
.logo-main{
    margin: 12px 0 0;
    width: 160px;
    height: 25px;
}
.pointer{
    cursor: pointer;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.text-label{
    padding: 15px;
    font-weight: bold;
}
.profile-square{
    border-radius: 0 !important;
}