@import '../css/helpdesk/helpdesk_floater.css';


body {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#loginform a {
    color: #0093ee;
}

#loginform a:hover {
    text-decoration: none;
}


.test{
    border:1px solid red;
}

.login_form_container{
    border-radius:8px;
    width:330px;
}
.login_box_container{
    box-shadow: 0 8px 17px 0 rgba(44, 64, 90, 0.2), 0 6px 20px 0 rgba(44, 64, 90, 0.15);
    border-radius:8px;
    border: solid 1px rgba(183, 210, 229, 0.8);
    width: 880px;
    height: 100%;
    object-fit: contain;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
}

.login_form_container{
    width:300px;
    margin-left:30px;
    margin-right:30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.image_container{
    width:550px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image: url(/images/clientLoginImage/default.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login_form_container input[type="text"],
.login_form_container input[type="password"]{
    border:0;
    border-bottom: 1px solid #e5eef5;
    border-radius: 0 !important;
    font-family: Roboto;
    font-size: 15px;
    text-align: left;
    color: #3f536e;
    outline:none;
    box-shadow: none;
    position: relative;
    padding-left: 87px;
    width: auto;
    z-index: 99;
}

.login_form_container .input-group{
    height: 30px;
    width: 100%;
}


.login_form_container input[type="text"]:focus,
.login_form_container input[type="password"]:focus,
.login_form_container input[type="text"]:active,
.login_form_container input[type="password"]:active,
.login_form_container input[type="text"]:hover,
.login_form_container input[type="password"]:hover{
    border: 0px;
    border-bottom: 1px solid #0093ee;
    text-align: left;
    outline:none !important;
    box-shadow: none !important;
}

form#loginform.was-validated .form-control:invalid,
form#forgotten .invalid{
    border-color: red !important;
    background-image: url(../images/assets/icons/ic-error.svg);
    background-repeat: no-repeat;
    background-position: right;
    outline: none;

}

form#loginform.was-validated .form-control:valid{
    border-color: #0093ee !important;
    outline: none;
}

.login_form_container .input-group .input-group-addon{
    border: 0px;
    outline:none;
    text-align: left;
    outline:none;
    box-shadow: none;
    color: #8dabc4;
    background-color:transparent;
    font-size: 11px;
    border-radius: 0px;
    position: absolute;
    left: 0px;
    padding-left:0px;
    z-index: 100;
}

.btn-login{
    font-size:13px;
    height: 42px;
    outline:none;
    box-shadow: none;
    background-color: #B8D4E6;
    color: #fff;
}



.btn-login:hover{
    background-color: #0285d7;
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
}

.btn-login:active{
    background-color: #0079c4;
}

.btn-login:focus{
    background-color: #0079c4;
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.fineprint{
    font-size: 10px;
    color: #8dabc4;
}

.fineprint a{
    font-family: Roboto;
    font-size: 10px;
    color: #8dabc4;
}

.tagline div{
    font-family: Roboto;
    font-size: 55px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: left;
    color: #ffffff;
    font-weight:100;
}

.tagline div:last-child{
    font-family: Roboto;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
}

.forgot_link{
    font-size: 13px;
    line-height: 1.46;
    text-align: left;
    color: #8dabc4;
}

.forgot_link:hover{
    color: #0093ee;
}

.w100{
    width:100%;
}

.error p{
    font-family: Roboto;
    font-size: 13px;
    line-height: 1.46;
    text-align: left;
    color: #e12233;
    color: var(--red);
}

.error p.title{
    font-size: 15px;
}



.info p{
    font-family: Roboto;
    font-size: 13px;
    line-height: 1.46;
    text-align: left;
    color: #8dabc4;
}

.rememberme{
    font-family: Roboto;
    font-size: 13px;
    text-align: left;
    color: #3f536e;
    line-height: 1.8;
}

.btn-primary-brs{
    font-size:13px;
    height: 42px;
    outline:none;
    box-shadow: none;
    background-color: #0093ee;
    color: #fff;
    font-family: Roboto;
}


.btn-primary-brs:hover{
    background-color: #0285d7;
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
}

.btn-primary-brs:active{
    background-color: #0079c4;
}

.btn-primary-brs:focus{
    background-color: #0079c4;
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    border: solid 1px rgba(0, 0, 0, 0.05);
}

/* MODAL STYLING */

.modal-dialog .modal-content .modal-header{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fafbfc;
    background-color: var(--pale-grey-two);
    color: #3f536e;
    text-align:center;
    color: #3f536e;
    color: var(--dusk);
    font-family: Roboto;
    font-size: 23px;
    height: 71px;
}

.modal-dialog .modal-content .modal-header .modal-title{
    font-family: Roboto;
    font-size: 23px;
    line-height: 0.96;
    text-align: center;
    color: #3f536e;
    color: var(--dusk);
    width:100%;
    padding-top: 12px;
}

.modal-dialog .modal-content .modal-body{
    font-family: Roboto;
    font-size: 15px;
    text-align: center;
    color: #8dabc4;
    color: var(--greyblue);
}

.modal-dialog .modal-content .modal-footer{
    font-family: Roboto;
    font-size: 23px;
    line-height: 0.96;
    text-align: center;
    color: #3f536e;
    color: var(--dusk);
    width:100%;
    justify-content: center;
    border:none;
}

.modal-backdrop{
    background-color: #2c3847;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-footer button{
    padding-left:50px;
    padding-right:50px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


.field-icon {
    margin-left: 250px;
    margin-top: -20px;
    z-index: 100;
}

#showHideCodeLink,#forgottenPasswordLink,#trusted_browser_chk {
    font-size: 13px;
}

#auth_qr_code {
    width: 45%;
}
