/*--------------------------------------------
 ---- Coder: Sk Farhad at Sysnoma.com -----------------
 -------------------------------------------*/

/*--------------------------------------------
    External Font and load CSS Files
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");


@font-face {
  font-family: 'BankGothicBT';
  src: url('../fonts/BankGothicBT.ttf') format('truetype');
}


/*-------------------------------------------
    Basic Setting
--------------------------------------------*/
::selection {
  background: #166E96;
  color: #ffffff;
  text-shadow: none;
}

body{
  background: #050506;
  font-family: 'Montserrat';
  font-size: 14px;
}
.bg_public{background:#000;}
.quick_links_other{width:75%;}


a{
  color: #166E96;
}
a:hover,a:focus{
  text-decoration: none;
  color: #166E96;
}
.btn{
  transition: all .6s ease-in-out;
}

h1,h2,h3,h4,h5,h6{

}

/*-----------------------------------------
  UI Elemnets
-------------------------------------------*/
.btn-green{
   color: #351f0c;
  background-color: #541c25;
  border-color: #541c25;
    opacity: 1;
}
.btn-green.disabled,
.btn-green[disabled] {
  opacity: 0.3;
  color: #351f0c;
  background-color: #541c25;
  border-color: #541c25;
}

.btn-green:not([disabled]):focus,
.btn-green:not([disabled]):active,
.btn-green:not([disabled]).active,
.btn-green:not([disabled]):hover {
	background-color: #541c25;
}


/*-----------------------------------------
  Various fixes and overwrites
-------------------------------------------*/
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,a {outline: none;} /* firefox outline fix */

.color-white{  color: #ffffff;  }
.color-base{  /*color: #c13131;*/color: #c5c5c5;
    text-shadow: 1px 1px 3px #000000;  }

.mw250{min-width: 250px;}
.mw190{min-width: 190px;}
.w190{width: 190px;}
.show-md{visibility: hidden;}


/*-----------------------------------------
  MAIN BACKGROUND SECTION
-------------------------------------------*/
.inera_main_bg {
    background: url(../image/land.jpg) no-repeat center top;
    background-size: cover;
	position:absolute;
    width: 100%;
	height:100%;
    padding: 180px 0px;
}

.inera_main_bg a img {
    margin: 0 auto;
	display:none;
}

/*.inera_sign_box {
    background: rgba(0, 0, 0, 0) url("../image/inera_sign_box_final.png") no-repeat;
    height: 527px;
    margin: 5% auto 0;
    width: 500px;
}*/

.inera_sign_box {
    /* background: rgba(0, 0, 0, 0) url(../image/inera_sign_box_final.png) no-repeat; */
    /* height: 527px; */
    /*margin: 8% auto 0;
    width: 500px;*/
    /* background-image: linear-gradient(-90deg, #fffebd, #551919, #551919); */
	/*background-image: linear-gradient(-90deg, #08080800, #080808e3, #08080800);*/
    /*border: 1px solid #f7ecb1;
    background: #613a29;*/
	/*text-align: center;
	padding-bottom: 80px;*/
	margin: 8% auto 0;
    width: 700px;
    background-image: linear-gradient(-90deg, #08080800, #00000096, #08080800);
    text-align: center;
    padding-bottom: 80px;
}

.inera_sign_box_only{
    background: rgba(0, 0, 0, 0) url("../image/inera_sign_box_only.png") no-repeat;
    height: 550px;
    margin: 5% auto 0;
    width: 500px;
}
.inera_sign_box_only h2{padding-top:16% !important;}
.validation_error{font-size:14px !important; display:block;}
#g-recaptcha{margin:5px 0px;}
.inera_details {
	/*margin-left:20%;
	margin: 0 auto;
    padding-left: 15%;
    padding-right: 15%;*/
}

.inera_sign_box h2 {
    padding-top: 75px !important;
	margin-bottom:0px;
    text-shadow: 0px 0px 13px #fee69c;
	color: white !important;
}

.touch {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: #63594f;
    border: 1px solid #202121;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    height: 45px;
    /*margin-right: 10px;*/
    margin-top: 13px;
    padding: 10px 28px;
    width: 75%;
}

select > option {
    background: #000;
    padding: 0 25px;
}

.custom_checkbox {
    color: #b4b4b5;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    margin-top: 15px;
}



/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #202121;
  background: none;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: /*#541c25*/ #c13131;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.angle_icon {
    color: /*#541c25*/ #c13131;
    margin-left: -35px;
    margin-top: 35px;
    position: absolute;
}

::-webkit-input-placeholder { /* Chrome */
  color: /*#541c25*/ white;
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: /*#541c25*/ white;
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: /*#541c25*/ white;
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: /*#541c25*/ white;
  opacity: 0.5;
}

.sign_button {
  border: medium none;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  color: #fff;
  /*font-family: bitter;*/
  
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
  padding: 10px;
  text-shadow: none;
  transition: all 0.5s ease-in-out 0s;
  width: 75%;
}

.inera_details a {
    color: #b4b4b5;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    margin-top: 15px;
}

.inera_details a:hover {
    color: /*#541c25*/ #c13131;
}

.inera_create {
    float: right !important;
}

.forget_title{font-size:24px;}
.signup_only_btn{margin-top:15px;}
#g-recaptcha{margin-top:18px;}    
.text_90{width:80%;font-size:12px;padding-top:12px;}
#g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.account_input_holder {
  position: relative;
}
.account_input_holder .touch{padding-left:95px;}
#account_prefix {
  background: #222222 none repeat scroll 0 0;
  color: #c13131;
  cursor: pointer;
  font-size: 16px;
  height: 43px;
  left: 30px;
  padding: 10px 5px;
  position: absolute;
  top: 14px;
  width: 60px;
  text-align:center;
}
.form_input_holder {position: relative;}
.form_input_holder i,.account_input_holder i{
  color: #c69745;
  font-size: 16px;
  left: 7px;
  position: absolute;
  top: 27px;
}

/*------------------------------------------
    Responsive Grid Media Queries Settings
    1600+   -     Extra Large Screen
    1600-1200   - Large Screen
    1280-992   - desktop (default grid)
    992-768    - tablet landscape
    768-480     - tablet
    480-less    - phone landscape & smaller
--------------------------------------------*/

/*-------------------------Extra large--------------------------------*/
/*----- For very large+ ------*/
@media all and (min-width: 1601px) { }
/*--- below very large screen -----*/
@media all and (max-width: 1600px) {
}

/*-------------------------Large-------------------------------------*/
/*--- large screen + -----*/
@media all and (min-width: 1201px) {
}
/*--- Large screen only -----*/
@media all and (min-width: 1201px) and (max-width: 1600px) {  }
/*--- below large screen -----*/
@media all and (max-width: 1200px) {
    .tc-md{text-align: center;}
}

/*------------------------Medium------------------------------------*/
/*---   Medium screen+   -----*/
@media all and (min-width: 992px) {
  .mw190-md{
    min-width: 190px;
  }
  .blok-md{
    display: block;
  }
}
/*--- Medium screen only -----*/
@media all and (min-width: 992px) and (max-width: 1200px){
    .tc-md-o{text-align: center;}
}
/*--- below medium screen -----*/
@media all and (max-width: 991px) {
    .show-md{
      visibility: visible;
    }
    .tc-sm{text-align: center;}
    
}

/*-----------------------Small-------------------------------------*/
/*---   Small screen+   -----*/
@media all and (min-width: 768px) {
  .mw190-sm{
    min-width: 190px;
  }
  .blok-sm{
    display: block;
  }
}
/*--- Small screen only -----*/
@media all and (min-width: 768px) and (max-width: 991px) {
    .tc-sm-o{text-align: center;}
}
/*--- below small screen -----*/
@media all and (max-width: 767px) {
    .tc-xs{text-align: center;}
    .w100-xs{width: 100%;}

}

/*-----------------------Very Small--------------------------------*/
/*--- Extra Small screen only -----*/
@media all and (min-width: 480px) and (max-width: 767px) {
    .inera_sign_box {
        background-size: 100% 100%;
        width: 100%;
    }
}
/*--- Very Small screen -----*/
@media all and (max-width: 479px) {
    .inera_sign_box {
        background-size: 100% 100%;
        width: 100%;
    }
    
    .inera_create {
        float: left !important;
    }
}

/*----- Sindelia ------*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #c13131;
    border: 1px solid #c13131;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*----------------------------- The End ---------------------------*/





input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.cookieinfo
{
	background: rgb(84, 28, 37) !important;
    color: #fff !important; 
}

.cookieinfo a {
	color: #ff8585 !important;
}

.cookieinfo-close {
	color: #541c25 !important;
    background: rgb(16, 6, 8) !important;
}

.inera-load {
	    text-shadow: 0px 0px 13px #fee69c !important;
    color: #f3f3f3 !important;
}