/* CSS Document */
*
{
	margin:0px;
	padding:0px;	
}
body
{
	font-family: 'Proxima Nova' !important;
	font-size: 14px !important;
	background-color: #fff;
}

.padding-zero
{
	padding-left: 0px;
	padding-right: 0px;
}
.right-img
{
	height: 100%;
	overflow: hidden;
	background-color: #3d5a7b;
	border-right: 0px solid #025895;
}
.img-height
{
	height: 794px;
	display: block;
	opacity: 0.4;
}
.right-text
{
	position: absolute;
	top:45%;
	left: 14%;
	color:#cbd2da;
	font-size: 46px;
	font-weight: 300;
	text-shadow: 2px 2px #333;
}
.logo-white
{
	position: absolute;
	top:35%;
	left: 14%;
	text-shadow: 2px 2px #666;
}
.logo-width
{
	margin-top: 20%;
}
.padding-30
{
	padding:60px;
}
.padding-20
{
	padding:20px;
}
.title
{
	font-size: 30px;
	color:#3d5a7b;
	margin-top: 10%;
}
.landing-title
{
	font-size: 30px;
	color:#3d5a7b;
	margin-top: 5%;
}
.form-control
{
	box-shadow: none;
	border-radius: 2px;
	border:1px solid #ccc;
	background-color: #fff;
	color:#333;
}
.margin-top-10
{
	margin-top: 10%;
}
.margin-top-5
{
	margin-top: 5%;
}
.form-control:focus
{
	ouotlin:0px;
	border:1px solid #666;
	box-shadow: none;
	background-color: #fff;
}
.signin
{
	background-color: #3d5a7b;
	border:1px solid #3d5a7b;	
	color:#fff;
	padding: 10px;
	width:100%;
}
.signin:hover{
	background-color: #7f92a9;
	border:1px solid #7f92a9;
}
.forgot
{
	color:#999;	
}
.forgot:hover
{
	color:#3d5a7b;
	text-decoration: none;
}
.forgot:focus
{	
	outline: 0px;
}
label
{
	font-weight: normal;
}
.modal-body
{
	height: auto;
    overflow: hidden;
}
.modal-header
{
	background-color: #f8f8f8 !important;
	border:1px solid #f8f8f8 !important;
	color:#333;
}
.modal-footer
{
	background-color:#fff;
	border: 0px;
	border-top:0px solid #e3e3e3;
}
.modal-content
{
	box-shadow: 0px 0 30px 0px rgba(0,0,0,.6);
	
}
.modal
{
	/*background-color:transparent;*/
    background-color:rgba(0,0,0,0.5);
}
.close:focus
{
	outline: 0px;
}
.transparent-btn
{
	background-color: transparent;
	border:1px solid #7f92a9;	
	color:#3d5a7b;
	padding: 10px;
	width:100%;
}
.transparent-btn:hover{
	background-color: transparent;
	border:1px solid #3d5a7b;
	color:#3d5a7b;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,.2);
}
.margin-top-15
{
	margin-top: 15px;
}

 input:-webkit-autofill,
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    select:-webkit-autofill {
        -webkit-text-fill-color: #000;
        transition: background-color 5000s ease-in-out 0s;
    }

        textarea:-webkit-autofill:focus,
        input:-webkit-autofill:focus select:-webkit-autofill:focus {
            /*-webkit-box-shadow: 0 0 0px 1000px #209e91 inset;*/
        }
@media screen and (max-width: 1440px) and (min-width: 1400px) {
  
  	.img-height
	{
		height: 794px;
		display: block;
		opacity: 0.4;
	}
	.right-text
	{
		position: absolute;
		top:45%;
		left: 12%;
		color:#cbd2da;
		font-size: 46px;
		font-weight: 300;
		text-shadow: 2px 2px #333;
	}
  	.logo-width
	{
		margin-top: 25%;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1360px) {
  
  	.img-height
	{
		height: 672px;
		display: block;
		opacity: 0.4;
	}
	.right-text
	{
		position: absolute;
		top:45%;
		left: 8%;
		color:#cbd2da;
		font-size: 46px;
		font-weight: 300;
		text-shadow: 2px 2px #333;
	}
  	.logo-width
	{
		margin-top: 15%;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
  
  	.img-height
	{
		height: 662px;
		display: block;
		opacity: 0.4;
	}
	.right-text
	{
		position: absolute;
		top:45%;
		left: 6%;
		color:#cbd2da;
		font-size: 46px;
		font-weight: 300;
		text-shadow: 2px 2px #333;
	}
  	.logo-width
	{
		margin-top: 15%;
	}
}
.modal-backdrop
{
	position: relative;
} 

.img-height{
    background: url(../images/stradegi-homepage-large.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    filter: opacity(0.97);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity:1;
}

.b-kv__text{
    top: 50%;
    transform: translateY(-50%);
    font-size:16px
}

.login-img-wrapper{
   height:100vh
}

.login-img-wrapper .col-lg-4{
	height: 100%;
	border-left: 1px solid #3d5a7b9f ;
}