﻿body {
    font-family: "SF Pro Display", "Calibri", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}
a:hover {
    text-decoration: none;
}
@font-face {
    font-family: Flaticon;
    src: url(../fonts/flaticon/Flaticon.eot);
    src: url(../fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/flaticon/Flaticon.woff) format("woff"), url(../fonts/flaticon/Flaticon.ttf) format("truetype"), url(../fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

.login-grid {
    grid-template-columns: auto 600px;
    display: grid
}

.login-graphic {
    background-image: url(../../Content/images/branding/login/life9bgimg.png);
    background-color: #00aaf2;
    background-position: left center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-attachment:fixed
}
.login-form div.mx-auto{width:60% !important}
.icontextbox i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 18px;
    color: #222;
    transform: translateY(-50%);
    z-index:1;
}
@media (min-width: 1920px) {
    .login-graphic {
       
        background-size: 60% auto;
       
    }
    .login-grid {
        grid-template-columns: auto 700px;
       
    }
}

@media (max-width: 720px) {
    .login-grid {
        display: block
    }

    .login-graphic {
        height: 170px;
        background-position: center;
        background-attachment: inherit
    }
}
.login_body {
    /*background-image: url("images/bluebg.jpg");*/
    background-position: center;
    background-size: cover;
}

p {
    margin: 0px;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

.form-group {
    font-size: 14px;
    color: #b9b9b9;
    outline: none;
}


/*LOGIN PAGE*/
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../Content/images/Preloader_2.gif) center no-repeat #fff;
}

.login_div {
    width: 80%;
    height: calc(100vh - 200px);
    background-color: #ffffff;
    padding: 30px;
    min-height: 80%;
    position: relative;
}

.footer-login-logo {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100px;
}

.login_form {
    border-radius: 0rem;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
}

.button_primary {
	background-color:#2aabe4;
	color: #fff;
	font-size: 14px;
}

.form-group {
    width: 100%;
    outline: none;
}

.login_logo {
    width: 300px;
}

.login_discreption {
    color: #fff;
    width: 50%;
    font-size: 15px;
}

.button_primary:hover {
    background-color: #0084AC;
    color: #fff;
}
/*LOGIN PAGE END*/

