body{
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
	font-weight:500;
}
a{

    transition: all .3s;
	-webkit-transition: all 0.3s;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-button {
    background-color: #008acb;
}
::-webkit-scrollbar-corner {
    background-color: #008acb;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(0 138 203);
}
::-webkit-scrollbar-track {
    background-color: #008acb;
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

.main-content-wrapper {
    width: 100%;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/*.login-area {*/
    /*width: 35%;*/
    /*position: relative;*/
    /*box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);*/
    /*background-color: #0d1b28;*/
	/*text-align:center;*/
	/*padding-top: 100px;*/
	/*color: #fff;*/
	/*overflow-y: scroll;*/
/*}*/
.login-area {
    width: 100%;
    position: relative;
    /* box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2); */
    /* background-color: #0d1b28; */
    background-image: url(../usi_login_page_background-1.jpg);
    /* text-align: center; */
    padding-top: 100px;
    /* color: #fff; */
    /* overflow-y: scroll; */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* min-height: 690px; */
    overflow: hidden;
}

.image-area {
    width: 75%;
    background-image: url(../bg.jpg);
	background-size: cover;
    background-position: center;
}

.image-area.forgot-pass {
    background-image: url(../img/bg2.jpg);
}

.login-header,.login-content {
    padding: 0 0px;
	margin-bottom: 60px;
}

h2.title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
	color: #888181;

}
form#form_login {
    width: 370px;
    /* margin: 160px 100px 0px 960px; */
    /* position: absolute; */
    right: 60px;
    top: 100px;
    background: #EEF3F7;
    padding: 25px;
    border-radius: 3px;
    padding-bottom: 30px;
    border: 2px solid #78add7;
    z-index: 1;
    margin: 0 auto;
}
input.input-field:focus {
	color: #000;
}
input.input-field {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    font-size: 17px;
    /* background: #fff; */
    border: 1px solid #d0caca;
    position: relative;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 31px;
    border-left: 1px solid #d0caca !important;
}


input.input-field:focus {
    outline: none;
}

.form-group {
    display: block;
    width: 100%;
}


button.btn.btn-primary i {
    font-size: 16px;
    margin-left: 10px;
    color: #b1c8d2;
}
.login-bottom-links a.link {
    display: block;
    color: #72818e;
}
.login-bottom-links a.link:hover {
    color: #fff;
}
.login-bottom-links a.link i {
    margin-right: 10px;
    font-size: 14px;
}


@media (min-width: 1500px) {
	.login-area {
		width: 100%;
	}
	/*.image-area{*/
		/*width:75%*/
	/*}*/
}
/*@media (max-width: 1499px) {*/
	/*.login-area {*/
		/*width: 40%;*/
	/*}*/
	/*.image-area{*/
		/*width:60%*/
	/*}*/
/*}*/
@media (max-width: 1499px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:100%
	}
}

@media only screen and (max-width: 991px) {
	.login-area {
		width: 45%;
	}
	.image-area{
		width:55%
	}
}

@media only screen and (max-width: 767px) {
	.login-area {
		width: 55%;
	}
	.image-area{
		width:45%
	}
	.login-header, .login-content {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 600px) {
	.login-area {
		width: 100%;
	}
	.image-area{
		width:0%;
		display:none;
	}
}

button.btn.btn-primary {
    width: 100%;
    padding: 9px 1px;
    background: linear-gradient(109deg, #30869d, #378fa3);
    box-shadow: none;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: -5px;
}

button.btn.btn-primary:focus {
    outline: none;
}
label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000fa;
    padding-left: 0;
}

.form-group {
    margin-bottom: -5px;
}

.input-container {
    display: flex;
    flex-direction: row;
    position: relative;
}
.icon {
    margin-top: 0px;
    /* border: 1px solid #D0CACA; */
    border-right: none;
    width: 20px;
    text-align: center;
    max-height: 29px;
    /* border-radius: 14px 0px 0px 14px; */
    position: absolute;
    left: 2px;
    right: 0;
    z-index: 99;
    color: #000;
    font-size: 24px;
}
.eye-button {
    /* border-radius: 0px 14px 14px 0px; */
    /* border-left: none; */
    position: relative;
    /* border-right: 1px solid #D0CACA; */
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
}
.button-element{
    margin-left: 10px;
    right: 8px;
    position: absolute
}
.icon-element {
    margin-top: 5px;
    margin-left: 7px;
    font-size: 17px;
    color: #000000e6;
}
input.input-field::placeholder {
    color: #000000e3;
}
.input-field{
    border-left: transparent !important;
}
img.login_company_logo {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
}
p.copyright_text {
    position: absolute;
    bottom: 55px;
    left: 120px;
    /* background: #00000069; */
    padding: 0;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
}
.top_bar {
    background: #4AA697;
    height: 15px;
    margin: -25px -25px;
    margin-bottom: 0;
}
.title_bar span {
    font-size: 23px;
    text-transform: inherit;
    color: #1f4faa;
    font-weight: 600;
    text-align: left;
    font-weight: 700;
}
.title_bar {
    background: #DAECEB;
    margin: 0px -22px;
    padding: 10px 21px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.login_logo {
    margin: 0 -15px;
    background: #008ACB;
    padding: 10px 5px;
    margin-bottom: -5px;
}
a.create_miller_pro {
    display: block;
    text-align: center;
    color: #008acb;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: -15px;
}
img.footer_background {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
}
p.copyright_text_left {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 4px; */
    z-index: 9;
    color: #000000d6;
    font-size: 14px;
    font-weight: 600;
    float: left;
}
p.copyright_text_right {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 2px; */
    z-index: 9;
    color: #000000d6;
    font-size: 14px;
    font-weight: 600;
    float: right;
}
p.copyright_text_right a,p.copyright_text_left a{color:#000000d6;} 
footer {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../usi_login_page-Background.jpg);
    padding: 18px 35px;
    background-size: contain;
    background-position: top center;
    padding-bottom: 0;
    padding-left: 45px;
}
.single p {
    float: left;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
    margin-top: 0px;
    border-right: 2px solid #008acb;
    height: 45px;
    padding-top: 10px;
}
.single {
    float: left;
}
.single img {
    height: 50px;
    /* border-left: 2px solid #008acb; */
    padding-left: 15px;
    padding-right: 15px;
    width: 170px;
    float:left;
}
.border_2px {
    overflow: hidden;
    width: 2px;
    height: 46px;
    background: #008acb;
    float: left;
}
.footer_text {
    overflow: hidden;
    background: #0000001f;
    margin: 0px -35px;
    padding: 0 35px;
    padding-top: 8px;
    margin-top: 20px;
    padding-right: 60px;
    margin-left: -45px;
    padding-left: 58px;
}
.single img {
    height: auto;
    /* border-left: 2px solid #008acb; */
    padding-left: 15px;
    padding-right: 15px;
    width: 145px;
    float: left;
}
.single p {
    height: 37px;
}