﻿body, button, input, select, textarea, .dx-widget {
    font-family: 'Open Sans', sans-serif !important;
}

.login-bg {
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    /*background-position: center center;*/
    overflow: auto;
    min-height: 0% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-signin {
    background-color: #ffffff;
    width: 32%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    overflow: auto;
}

.login-box {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.login-box-body {
    padding: 0;
}

.login-logo, .register-logo {
    text-align: left;
}

.customHeight {
    height: 100%;
}

.bg-emergency {
    background-position: center;
    background-image: url(images/img-emergency.jpg);
    background-size: cover;
}

.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: Roboto;
}

.info-box-grey {
    margin-top: 30px;
}

.powered-box {
    margin-top: 30px;
}

    .powered-box img {
        width: 150px;
    }

.btn {
    border: 0px;
    border-radius: 0;
    padding: 6px 20px;
}

.btn-primary {
}

    .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
        opacity: 0.9 !important;
    }

.login-box-body, .register-box-body {
    color: #333333;
}

.checkbox, .radio {
    margin-top: 0px;
}

h4 {
    margin: 0px !important;
    color: #333333;
    font-weight: 600;
}

.welcome-text {
    margin: 20px 0px;
}

.validation-summary-errors {
    margin-top: 10px;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .validation-summary-errors ul li {
            color: red;
            font-size: 13px;
        }

.login-logo img, .register-logo img {
    width: 150px;
}

.list-group-item {
    /*display:inline-block; width:150px;*/
    padding: 10px 10px;
    margin-bottom: 10px;
}

    .list-group-item:first-child {
        margin-top: 20px;
    }

    .list-group-item img {
        width: 25px;
        height: 25px;
    }



    .list-group-item .list-group-text {
        position: absolute;
        top: 18%;
        margin-left: 35px;
    }

.list-group-item-heading {
    font-size: 14px !important;
}

.list-group-item-text {
    font-size: 12px;
}

@media only screen and (max-width: 1569px) and (min-width: 1400px) {
    .form-signin {
        width: 40%;
    }

    .login-box {
        left: 40%;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    .form-signin {
        width: 40%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 980px) {
    .form-signin {
        width: 50%;
    }
}

@media only screen and (max-width: 979px) and (min-width: 769px) {
    .form-signin {
        width: 50%;
    }

    .login-box {
        left: 45%;
    }

    .login-box, .register-box {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .form-signin {
        width: 100%;
        background-color: rgba(255, 255, 255, 0);
    }

    .login-box {
        left: 50% !important;
        width: 80% !important;
        padding: 30px;
    }

    .login-box, .register-box {
        margin: 0px;
    }
}

@media only screen and (max-width: 599px) and (min-width: 360px) {
    .login-box {
        width: 90% !important;
        padding: 15px;
    }

    .login-logo img, .register-logo img {
        width: 150px;
    }
}

@media only screen and (max-width: 359px) {
    .login-box {
        width: 90% !important;
        padding: 15px;
    }

    .login-logo img, .register-logo img {
        width: 150px;
    }

    .checkbox {
        font-size: 12px;
    }

    .login-box-body {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}
