
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html,
body {
	height:100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    /*background-color: #F5F5F5;*/
    color: #3A3F42; /*@black;*/
    font-weight: 400;
}

body{	
    background-size: cover;
}

.body_base_bg{
    background-image:url('../icons/asset3_red.png');
}

input, textarea, keygen, select, button {
	font: inherit;
}
p {
	padding-bottom: 8px;
}

h1, .h1{
    font-size: 36px;
}

h2, .h2{
    font-size: 30px;
}

h3, .h3{
    font-size: 24px;
}

h4, .h4{
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-left: 0;
    margin-right: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.ul_frame_content--full a {
    color: #337ab7;
    text-decoration: none;
}

.ul_frame_content--full a:hover, .ul_frame_content--full a:focus {
    color: #23527c;
    text-decoration: underline;
}

.ul_frame_content--full a:active, .ul_frame_content--full a:hover{
    outline: 0;
}


.ul_content{
	margin: 0 auto;
}

/* + Common Header settings + */

.ul_header {
	background-color: #f6f6f6; /* color: white-two; */
	width: 100%;
	height: 64px; 
	position: fixed;
	top: 0;
	z-index: 1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.ul_header_content {
	height: 100%;
}

.ul_header_logo {
	height: 100%;
	display: block;
}

.ul_header_logo_i9-platform {
    height: 100%;
    display: block;
    padding-top: 10px;
}

.ul_header_logo_i9-platform-part-i9 {
    height: 32px;
    width: 28px;
    color: #3b4044;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 32px;    
}

.ul_header_logo_i9-platform-part-platform {
    height: 32px;
    width: 83px;
    color: #6f787f;
    font-family: 'Open Sans';
    font-size: 24px;
    letter-spacing: -0.7px;
    line-height: 32px;
}

/* - Common Header settings - */

.ul_wrapper {
	display: table;
	height: 100%;
	width: 100%;
	padding-top: 64px;
}

.ul_base_bg:before {
	/*
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;

	display: block;

	background: 
		linear-gradient(
			rgba(255, 255, 255, 0.4), 
			rgba(255, 255, 255, 0.4)
		),
		url('../icons/base_bg.svg');


	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

	filter: blur(50px);
    -webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	*/
}


/* + Common Main settings + */

.ul_body {
	display: table-row;
	height: 100%;
}

.ul_main {
	/*background-color: #009edd;*/
	height: 100%;
	display: table;
	position: relative;
}

.ul_frame {
/*    vertical-align: middle;
    display: table-cell;*/
    /*margin-top: 144px;*/
}

.ul_frame_content {
    width: 420px;
    margin: 0 auto;
    text-align: left;
    padding: 16px 30px 32px;

	border-radius: 5px;
	background-color: #f6f6f6;
}

.ul_frame_content--wide {
    width: 650px;
}

.ul_frame_content--full {
    width: 100%;
    padding: 0 15px 0px;
    background-color: white;
}

/* - Common Main settings - */

/* Notification */
.ul_notification {
	width: 100%;
    /*position: absolute;*/
    min-height: 85px;
    margin-bottom: 14px;
}
/*
.ul_notification__content {
	width: 420px;
    height: 100%;
    background: rebeccapurple;
    margin: 0 auto;
}*/

/* Login form */

.ul_form {
}

.ul_form__info { 
	padding-top: 8px;
	font-size: 16px;
}

.ul_form__info--title {
	padding-top: 10px;
	font-size: 18px;
}

.ul_form__info--small {
	font-size: 14px;
}



.ul_form__info-icon {
	font-size: 1.2em;
	padding-right: 5px;
}

.ul_form__title {
	display: inline-block;
	/* line-height: 48px; */
	font-size: 28px;
	font-weight: 600;
	color: #3a3f42; /*@black*/
	padding-bottom: 20px;
}

.ul_form__group {
	padding-bottom: 16px;
}

.ul_form__label {
    line-height: 24px;
    font-size: 16px;
    max-width: 100%;
    font-weight: normal;
    display: inline-block;
    color: #717174; /*@gray*/
    padding-bottom: 8px;
}


.ul_form__buttons {
	display: inline-block;
	width: 100%;
}

.ul_form__links {
	display: inline-block;
	padding: 10px 20px 10px 0;
}

.ul_buttons {
	padding: 8px 30px 0;
	width: 420px;
	margin: 0 auto;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.login-remember {
	padding-top: 8px; 
	padding-bottom: 0;
}

@media (max-width: 767px) {
	html,
	body,
    .body_base_bg{
		background: white;
	}
	
	.ul_base_bg:before{
	background: none;
	}
	.ul_header_logo{
		margin: 0 auto;
	}

    .ul_header_logo_i9-platform {
        margin: 0 auto;
        text-align: center;
    }

	.ul_content{
		width: 100%;
	}

	.ul_frame_content {
		width: 100%;
		background: #fff;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ul_notification {
		min-height: 0;
	}

	.ul_base_bg:before {
		background: #fff;
	}

	.ul_buttons {
		padding-top: 0;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.ul_content{
		width: 750px;
	}

    /* .ul_content_tall{ */
        /* margin-bottom:99px; */
    /* } */
}

@media (min-width: 992px) {
	.ul_content{
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.ul_content{
		width: 1170px;
	}
}