﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select
 {
    max-width: 100%;
} 
 
.btn {
    font-size: 17px !important;
    height: 50px !important;
    width: 175px !important;
    padding: 5px 5px !important;
}

.btn-file {
    font-size: 17px !important;
    height: 50px !important;
    padding: 0 5px !important; 
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    font-size: 16px !important;
    height: 50px !important;
}

.checkboxCSS
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    margin: 15px 14px 0 !important;
}

.login .content .form-control {
    background-color: #dde3ec !important;
    border: 1px solid #dde3ec !important;
    color: #8290a3 !important;
    font-size: 16px !important;
    height: 50px !important;
}

.mt-checkbox.mt-checkbox-outline:hover > input:checked:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:checked:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:checked:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:checked:not([disabled]) ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #d9d9d9 !important;
}

.login .logo {
    margin: 10px auto 0 !important; 
}

.login .content {
    margin: 5px auto !important;
    margin-top: 40px !important;
}

.login .content .form-actions {
    border-width: 0 !important;
}
.small {
    font-weight: normal !important;
    font-size: 15px !important; 
    color: #0076bb !important;
    margin-left: 5px !important;
}
.body-bg {
    background-color: #ffffff;
}

/*for mobile login layout*/
@media (max-width:440px) { 
    .login .content {
        width: 320px !important;
    }
    .mt-checkbox {
        font-size: 10px !important;
    }
}

.menu-toggler.sidebar-toggler {
    background-color: white !important;
    border: 1px solid white !important;
}
