.clear,.clear:after,.title1:after {
    content: ''
}

.loginbanner_left,.text-center,.title1 {
    text-align: center
}

* {
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

[type=checkbox],[type=radio],legend {
    box-sizing: border-box;
    padding: 0
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

b,strong {
    font-weight: bolder
}

.closewindo1,.loginModal {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

.loginModal,textarea {
    overflow: auto
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}


[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.alert,.login_formcontrol input,.login_formcontrol label,.loginbanner_left,.title1,.title1 span {
    font-family: 'Ropa Sans',sans-serif
}

.iframeLogin {
    background: 0 0!important
}

.loginModal {
    z-index: 95;
    max-width: 820px;
    border-radius: 5px 30px;
    background-position: 0 0;
    margin: 50px auto;
    background-repeat: no-repeat;
    background-color: #edf1f4;
    position: relative;
    -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,.05),0 3px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 12px 6px rgba(0,0,0,.05),0 3px 6px rgba(0,0,0,.15);
    box-shadow: 0 0 12px 6px rgba(0,0,0,.05),0 3px 6px rgba(0,0,0,.15)
}
.loginModal.register_loginModal {
}
.loginModal.mainLogin {
    max-width: 650px
}

.loginbanner_left.mainLogin {
    width: 40%
}

.loginbanner_right.mainLogin {
    width: 60%;
	margin-left:40%;
}

.rqst_quote_frame {
    padding: 15px
}

.loginbanner_left {
    width: 35%;
    height: 100%;
	position:absolute;
	height:100%;
    background: url(../../images/login_img.jpg);
    background-size: cover;
    padding: 80px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.loginbanner_left img {
    margin: 0 auto 40px;
    display: #000
}

.loginbanner_right {
    width: 65%;
	margin-left:35%;
    padding: 15px;
	min-height:400px;
}

.clear,.clear:after {
    clear: both;
    display: table
}

.title1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-top: 0
}

.title1 span {
    color: #085dad
}

.title1:after {
    width: 80px;
    height: 4px;
    background: #085dad;
    margin: 15px auto;
    display: block
}

.login_formcontrol {
    position: relative;
    display: block;
    padding: 0 15px;
    margin-bottom: 15px
}

.closeIcon,.closewindo1,div.error {
    position: absolute
}

.login_formcontrol label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.login_formcontrol input, .login_formcontrol select {
    display: block;
    width: 100%;
    padding: 8px 15px;
    outline: 0;
    border: 1px solid #d2d2d2;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px
}

.width50 {
    width: 50%;
    float: left
}

.btn1 {
    display: inline-block;
    border: 1px solid #767676;
    padding: 10px 26px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all .3s ease-in-out;
    color: #000;
    font-size: 14px;
    cursor: pointer
}

.btn1:hover {
    color: #000;
    border-radius: 10px 0
}

.closewindo1 {
    width: 100%;
    height: 100%;
    z-index: 11
}

.closeIcon {
    right: 32px;
    top: 32px;
    width: 25px;
    height: 25px;
    opacity: .3
}

.closeIcon:hover {
    opacity: 1
}

.closeIcon:after,.closeIcon:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #333
}

.closeIcon:before {
    transform: rotate(45deg)
}

.closeIcon:after {
    transform: rotate(-45deg)
}

div.error {
    color: #fff;
    font-size: 12px;
    background: #860000;
    padding: 1px 5px;
    right: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

input.error {
    border-color: #860000
}

#fg_pw {
    color: #333
}

.alert {
    padding: 15px;
    background: #f5f5f5;
    border: 1px dotted #888;
    margin-bottom: 15px;
    border-radius: 4px
}

.alert .btn1 {
    font-size: 16px;
    text-decoration: none
}
.loginbanner_left img {
	max-width:100%;
}
.loginModal.mainLogin.request_quote_iframe {
	max-height: 95%;
}
@media only screen and (max-width: 768px) {
    .rqst_quote_frame {
        padding:15px!important
    }
	.loginModal {
		width:95%;
	}
	.loginbanner_left img {
		width:100%;
	}
}
@media only screen and (max-width:640px) {
	.loginbanner_left, .loginbanner_left.mainLogin {
		float:none;
		width:100%;
		padding:15px;
		height:auto;
		position:relative;
	}
	.loginbanner_left img {
		margin: 0 auto;
		width:100px;
	}
	.loginbanner_left p {
		margin:0;
	}
	.loginbanner_right, .loginbanner_right.mainLogin {
		float:none;
		width:100%;
		height:auto;
		margin:0;
		position:relative;
		min-height:auto;
	}
	.closeIcon{
		z-index:11111;
	}
	.closeIcon::after, .closeIcon::before {
		background-color: #fff;
	}
}
@media only screen and (max-width:480px) {
	.title1 {
		font-size: 18px;
	}
	.width50 {
		float:none;
		width:100%;
	}
}
.loginModal:after {
	content:'';
	clear:both;
	display:table;
}
.test3 {
    width: 48%;
    float: left;
} 
.test3 p{
	font-size:12px;
	line-height:17px;
}
.test3 a{
	color:#000;
}