﻿input[type="checkbox"]{  
    width: 19px;
    height: 19px;  
}

.form-group {
    margin-bottom: 4px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

table tr:nth-of-type(odd) {
    background-color: #f3f3f2;
}

table {
    border: 0px;
}
table th {
    text-align: center;
    border: 0;
    border-bottom: solid 1px #e8eef4;
}

table tr {
    text-align: center;
}

table td {
    border: 0px;
}

@media (min-width: 50px) and (max-width: 767px) {
   .loginFormContainer {
        margin-top: 50px;
    }
}

