﻿/* Styles for Login.cshtml */ 
.smart-form header, .client-form header {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.refresh-icon {
    cursor: pointer;
}


.marginAutoWith40 {
    margin: 0px auto;
    width: 40%
}

.hiden {
    display:none !important;
}