/*
===============================================
---------------  Modal Login ------------------
===============================================
*/

.modal {
z-index: 99999999;
}
.modal-backdrop {
z-index: 9999999;
}

.modal-header{
position: relative;
background: #00aeef;
text-align: center;
padding: 0px;
border-radius: 3px 3px 0px 0px;
box-shadow: none;
border:none;
}
.modal-title{
color:#CBCDD0;
}
h2.modal-title_big{
margin-top: 30px;
font-size: 28px!important;
color:#fff;
font-weight: 600;
margin-bottom: 0px;
display: inline-block;
width: 100%;
text-transform: capitalize;
margin-bottom: 0;
}
h4.modal-title{
margin-top: 9px;
font-size: 16px!important;
color:#fff;
font-weight: 500;
display: inline-block;
margin-bottom: 30px;
}
.modal-header .close {
margin-top: -6px;
}
button.close{
position:absolute;
color:#fff;
opacity: 1;
top:9px;
right:9px;
text-shadow: none;
font-weight: normal;
}
button.close:hover{                 
color:#ef7351;
opacity: 1;
}
.modal-open {
padding-right: 0px!important;
overflow: scroll;
}
.modal-body h3{
padding: 0px 0 0px 0px;
font-size: 25px;
color: #252b33;
line-height: 1em;
}
.modal-backdrop.in {
opacity: 0.75;
}
.modal-body {
position: relative;
padding: 0;
border: none;
}
.fc_login_form {
padding: 0;
font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
padding: 40px 40px 0px 40px;
}
.fc_login_form #box {
background: #f9f9f9;
width: 850px;
height: 360px;
display: block;
overflow: hidden;
color: gray;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
box-shadow: 0 0 2px #d3d3d3,  inset 0 -3px 0 #e6e6e6;
-webkit-box-shadow: 2px 3px 8px #a7a7a7;
-moz-box-shadow: 2px 3px 8px #a7a7a7;
margin: 100px auto 0;
}
.fc_login_form .check_box {
width: 13px;
height: 20px;
vertical-align: bottom;
position: relative;
top: -3px;
overflow: hidden;
outline: none;
-webkit-transition: width 1s ease;
-moz-transition: width 1s ease;
-o-transition: width 1s ease;
-ms-transition: width 1s ease;
transition: width 1s ease;
margin: 0;
padding: 0;
}
.fc_login_form .check_box:checked {
width: 30px;
}
.fc_login_form input {
outline: none;
}
.fc_login_form .btn_login,
.fc_login_form .btn_forgot {
margin: 20px 0;
position: relative;
display: inline-block;
background-color: #FE824C;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
padding: 16px 45px;
border-radius: 0px;
box-shadow: none;
border: 2px solid #FE824C;
width: 100%;
height: inherit;
line-height: inherit;
}
.fc_login_form .btn_login:hover,
.fc_login_form .btn_forgot:hover {
background-color: #e47544;
border: 2px solid #FE824C;
color: #fff;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.fc_login_form .loginrow {
position: relative;
}
.fc_login_form .loginrow .forgotpassword {
position: absolute;
top: 15px;
right: 0;
color: #4d5567 !important;
text-decoration: none;
font-weight: 500;
font-size: 13px;
}
.fc_login_form .loginrow .forgotpassword:hover {
color: #00aeef !important;
text-decoration: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.fc_login_form .register, 
.fc_login_form .login {
display: inline-block;
color: #404D5F;
font-size: 15px;
line-height: 25px;
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 13px 0;
font-weight: 500;
border: none;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border-bottom: 1px solid #e7e8e7;
padding: 5px 0;
-webkit-transition: border 0.2s linear;
-moz-transition: border 0.2s linear;
-o-transition: border 0.2s linear;
transition: border 0.2s linear;
}
.fc_login_form .register:focus, 
.fc_login_form .login:focus {
border-color: #00aeef;
}
.fc_login_form .login.user {
margin-top: 0;
}
.fc_login_form input::-webkit-input-placeholder {
color: #b9b9b9;
position: relative;
padding-left: 0;
-webkit-transition: padding .5s;
transition: padding .5s;
}
.fc_login_form input:-ms-input-placeholder {
color: #b9b9b9;
position: relative;
padding-left: 0;
-ms-transition: padding .5s;
transition: padding .5s;
}
.fc_login_form .invalid {
border: 1px solid #d17b7b;
}
.fc_login_form .valid {
border: 1px solid #9bc98a;
}
.fc_login_form .invalid_placeholder::-webkit-input-placeholder {
color: #d17b7b;
}
.fc_login_form .buy_btn {
position: relative;
top: 20px;
display: none;
margin-bottom: -120px;
text-align: center;
}
.fc_login_form .buy_btn h1 {
color: #73aa5d;
}
.fc_login_form .flux_title {
font-size: 40px;
border-bottom: none;
}
.fc_login_form .flux_title_h4 {
margin-top: -33px!important;
color: #598148;
}
.fc_login_form #bottom_text {
margin-top: 35px;
display: block;
text-align: left;
text-shadow: 1px 1px 0 #fff;
line-height: 19px;
padding-top: 10px;
border-top: 1px solid #e0e0e0;
}
.fc_login_form form label {
display: inline-block;
padding-left: 15px;
text-indent: -15px;
}
.fc_login_form #box_left {
float: left;
overflow: hidden;
width: 42%!important;
height: 320px;
}
.fc_login_form .btn_register {
position: relative;
margin-top: 15px;
right: 10px!important;
float: right;
}
.fc_login_form .check_terms {
margin-top: 22px!important;
width: 205px;
}
.fc_login_form #box_right {
float: right;
overflow: hidden;
width: 50%;
height: 100%}
.fc_login_form .check_logged {
	margin-top: 20px!important;
	width: 280px;
	font-weight: 500;
	font-size: 15px;
	margin: 0;
	color: #434a54;
}
.fc_login_form #box_right h1 {
text-align: center;
}
.fc_login_form #box_right input[type=text], 
#box_right input[type=password] {
width: 125px;
}
.fc_login_form #box_right input[type=text] {
margin-right: 5px;
}
.fc_login_form #box_right form input {
display: inline-block;
}
.fc_login_form .custom {
color: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.fc_login_form input:-moz-placeholder, 
.fc_login_form input::-moz-placeholder {
color: #b9b9b9;
position: relative;
padding-left: 0;
-moz-transition: padding .5s;
transition: padding .5s;
}
.fc_login_form p {
font-weight: 600;
font-size: 15px;
text-transform: capitalize;
margin-bottom: 15px;
color: #333;
}
.fc_login_social {
width: 100%;
padding: 40px;
background-color: #f1f3f7;
}
.facebook_login,
.facebook_login_sh,
.facebook_login_wd,
.facebook_login_mb{
width: 100%;
height: 50px;
border-radius: 2px;
background-color: #4B6CC9;
border-bottom: 0px solid #425398;
cursor: pointer;
margin: 0px 0px 10px 0px;
position: relative;
color: #fff;
padding: 13px 15px;
font-size: 14px;
display: inline-block;
text-align: center;
}
.facebook_login i,
.facebook_login_sh i,
.facebook_login_wd i,
.facebook_login_mb i{
font-size: 16px;
margin-right: 6px;
}
.facebook_login:hover,
.facebook_login_sh:hover,
.facebook_login_wd:hover,
.facebook_login_mb:hover{
background-color: #425398;
}
.google_login_wd,
.google_login_sh,
.google_login_mb,
.google_login{
width: 100%;
height: 50px;
border-radius: 2px;
background-color: #ED5565;
border-bottom: 0px solid #425398;
cursor: pointer;
margin: 0px 0px 10px 0px;
position: relative;
color: #fff;
padding: 13px 15px;
font-size: 14px;
display: inline-block;
text-align: center;
}
.google_login_wd i,
.google_login_sh i,
.google_login_mb i,
.google_login i{
font-size: 16px;
margin-right: 6px;
}
.google_login_wd:hover,
.google_login_sh:hover,
.google_login_mb:hover,
.google_login:hover{
background-color: #DA4453;
}
.yahoo_login_sh,
.yahoo_login_wd,
.yahoo_login_mb,
.yahoo_login{
width: 100%;
height: 50px;
border-radius: 2px;
background-color: #9C62C8;
border-bottom: 0px solid #425398;
cursor: pointer;
margin: 0px 0px 0px 0px;
position: relative;
color: #fff;
padding: 13px 15px;
font-size: 14px;
display: inline-block;
text-align: center;
}
.yahoo_login_sh i,
.yahoo_login_wd i,
.yahoo_login_mb i,
.yahoo_login i{
font-size: 16px;
margin-right: 6px;
}
.yahoo_login_sh:hover,
.yahoo_login_wd:hover,
.yahoo_login_mb:hover,
.yahoo_login:hover{
background-color: #7542A1;
}
.modal-footer .navigation_links{
text-align: center;
}
.modal-footer .navigation_links span {
color: #8A8F9A;
font-weight: 600;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 24px;
}
.modal-footer .navigation_links a.link_register {
position: relative;
color: #000;
border-bottom: 1px solid #000;
padding: 5px 0;
cursor: pointer;
font-weight: 600;
font-size: 13px;
line-height: 24px;
text-decoration: none;
}
.modal-footer .navigation_links a.link_register:hover {
color: #00aeef;
text-decoration: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.fc_login_form .return_login{
margin-bottom: 20px;
width: 100%;
text-align: center;
}
.fc_login_form .return_login a{
color: #4d5567;
font-size: 13px;
font-weight: 600;
text-decoration: none;
}
.fc_login_form .return_login a:hover {
color: #00aeef;
text-decoration: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.fc_login_form.forgot_pass,
.fc_login_form.fc_register_form,
#login_modal .title_register, 
#login_modal .title_forgotpassword {
display: none;
}

.fc_login_form .login::-webkit-input-placeholder {
   color: #4d5567;
}

.fc_login_form .login:-moz-placeholder { /* Firefox 18- */
   color: #4d5567;
}

.fc_login_form .login::-moz-placeholder {  /* Firefox 19+ */
   color: #4d5567;
}

:-ms-input-placeholder {  
   color: red;  
}