﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

body {
    background-color: #4292EA;
    background-image: url("../Content/images/img-background.png");
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

/* 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,
textarea {
    max-width: 280px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

#app-frame {
    width: 100%;
    border: none;
    height: calc(100vh - 85px);
    margin-top: 10px;
}

#loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    display: flex;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar > .container {
    display: block;
}

/*.container-fluid {
    background-color: #4292EA;
}*/

.input-group-text {
    background-color: #FFFF;
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    border: none;
    padding: 0.375rem 11px;
    border-left: none;
}

.fas.fa-lock {
    border-right: none;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.far.fa-envelope {
    border-right: none;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding-top: 5px;
}

.far.fa-eye {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    padding-top: 5px;
}

.far.fa-eye-slash {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    padding-top: 5px;
}

.form-control {
    border: none !important;
    height: 40px;
    max-width: 100% !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 3px !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
}

.form-control-2 {
    border-right: none;
}

.login-form {
    width: 100%;
    height: 100%;
}

.title {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    align-items: center;
    color: #343434;
    margin-bottom: 16px;
    margin-top: 0;
}

.input-group {
    display: flex;
    height: 40px;
}

.remember-password {
    font-weight: 600;
    /*font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3C5EA4;
}

    .remember-password a {
        color: #3C5EA4 !important;
    }

.checkbox {
    position: relative;
    top: 1px;
}

.btn-primary {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 96px;
    height: 40px;
    background: #338BEB;
    border-radius: 40px;
    width: 100%;
}

.btn-login {
    margin-top: 27px !important;
    border-radius: 10px;
}

.overflow-h {
    /*background-color: #FFFF;*/
}

.img-login {
    width: 100%;
    padding: 0px;
}

/* .img-logo { */
    /* width: 82px; */
/* } */

.logo {
    margin-bottom: 8px;
}

.fa-lock::before {
    top: 5px;
}

.fas, .far {
    line-height: 2 !important;
}

input .form-control:focus {
    outline-width: 0;
}

.form-login {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f0;
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 0.8);
}

.text-logo {
    color: #166AB3;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 24px;
}

.w-form {
    width: 80%;
}

.heght-form {
    display: flex;
    height: 100vh;
    overflow: hidden;
    /*background: #4292EA;*/
}

.validation-summary-errors ul {
    margin-bottom: 0px !important;
    list-style: none;
    padding: 0px;
}

.fa-eye:before {
    content: "\f06e";
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b8b8b8;
}

.fa-eye-slash:before {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b8b8b8;
}

.fa-lock::before {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b8b8b8;
}

.fa-envelope:before {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b8b8b8;
}

.form-control {
    padding-left: 0px !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 1140px) {
    .btn-primary {
        padding: 0px 50px;
    }
}



@media screen and (max-width: None) {
    .btn-primary {
        padding: 0px 50px;
    }
}

@media screen and (max-width: 500px) {

    body {
        /*background-color: #fff;*/
        background-color: #f2f2f0;
        background-image: none;
    }

    .btn-primary {
        padding: 0px 50px;
    }

    .overflow-h {
        width: 100% !important;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mt-m {
        margin-top: 0px !important;
    }

    .body-content {
        background: #338ee8;
    }

    .justify-content-md-center {
        margin: 0px !important;
    }

    .w-form {
        width: 95%;
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1200px) {
    .heght-form {
        margin: 0 20px;
    }

    .text-logo {
        font-size: 20px;
    }
}

@media (min-width: 800px) {
    .form-login {
        width: 450px;
        position: fixed;
        top: 144px;
        right: 38%;
    }
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1198px;
    }

    .mt-des {
        margin-top: 14px !important;
    }

    .mt-input {
        margin-top: 16px !important;
    }

    .pad-button {
        margin-top: 24px !important;
        margin-bottom: 9px !important;
    }

    .pad-0 {
        padding-bottom: 0 !important;
    }

    .text-check input {
        position: relative;
        top: 0px;
        width: 18px;
        height: 14px;
    }

    .text-check span {
        position: relative;
        /*top: -3px;*/
        left: 6px;
    }

    .link-pass {
        line-height: 20px;
    }

    .form {
        padding: 0 3px;
    }
}


@media (min-width: 992px) and (max-width: 1199) {
    .container {
        max-width: 1240px;
    }
}

.form-control {
    box-shadow: none;
}

    .form-control:focus, .form-control:active {
        outline: none;
        box-shadow: none;
        border: 1px solid #cccc;
        border-left: none;
    }

.pass-word:focus, .pass-word:active {
    border-right: none
}
