﻿input[type="checkbox"]{  
    width: 19px;
    height: 19px;  
}

.form-group {
    margin-bottom: 4px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

label {
    margin-left: 3px!important;
    text-align: left !important;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px!important;
    font-weight: lighter !important;
    color: gray;
}

.btn {
    border-radius: 0px !important;
}

button.btn.btn-default {
    border: 1px solid #019147;
    color: #3BB44A;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 0 0 4px 1px rgba(103,103,103,0.5);
    box-shadow: 0 0 4px 1px rgba(103, 103, 103, 0.5);
}


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;
    }
}
