body{margin:0 !important;}
.bg{
min-height:100%;
min-width:1024px;
width:100%;
height:auto;
position:fixed;
top:0;
left:0;
 background: rgba(212,228,239,1);
background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to right, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );
}
.client-logo{position:relative; display:block; margin:0 auto; width:100% !important; text-align:center; padding-top:4%; }
.logmod {
width:100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  opacity: 1; z-index: 1;
}

.footer{background-color:#000000; width:100%; padding:0; color:#ccc; position: fixed; left: 0; bottom: 0; z-index:10;}
.footer-copyright{float:left; width:30%; position:relaltive; display:inline; margin-right:20px; padding:10px; font-weight:300;font-size:12px;}
.footer-right-menu{float:left; width:65%; position:relative; display:inline; text-align:right; padding:10px 5px; font-size:11px;}
.footer-right-menu{display:inline;  }
.footer-right-menu a{text-decoration:none; color:#ccc !important; font-size:12px; font-weight:300;}
.footer-right-menu a:hover{color:#fff !important;}

select{border:none; color:rgba(75, 89, 102, 0.85); font-family: 'Poppins', sans-serif !important; font-size:15px;}
 .logmod::after {
  clear: both !important;
  content: "";
  display: table;
}  
.logmod__wrapper {
  display: block;
  background: #FFF;
  position: relative;
  max-width: 580px;
  border-radius: 4px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  margin: 20px auto 100px auto;
}
.logmod__container {
  overflow: hidden;
  width: 100%;
}
.logmod__container::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tab {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.logmod__tab-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.logmod__tab.show {
  opacity: 1;
  height: auto;
  /*margin-bottom:100px;*/
  visibility: visible;
}
.logmod__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logmod__tabs::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tabs li.current a {
  background: #FFF;
  color: #333;
}
.logmod__tabs li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #dddddd;
  
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.logmod__tabs li a:focus {
  outline: dotted 1px;
}
.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  line-height: 48px;
}
.logmod__form {
  border-top: 1px solid #e5e5e5;
}
.logmod__alter {
  display: block;
  position: relative;
  margin-top: 7px;
}
.logmod__alter::after {
  clear: both;
  content: "";
  display: table;
}

.simform {
  position: relative;
}
.simform__actions {
  padding: 15px;
  font-size: 14px;
}

.simform__actions1 {
  padding: 15px;
  font-size: 9px;
}
.simform__actions1::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions1 .btn {
  height: 48px;
  float: right;
  color: #FFF;
  width: 40%;
  font-weight: 700;
  font-size: 16px;
  background: #447acc; /* #4CAF50; */
  margin-top: 7px;
}
.simform__actions1 .btn::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions .btn {
  height: 48px;
  float: right;
  color: #FFF;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  background: #447acc; /* #4CAF50; */
  margin-top: 7px;
}
.simform__actions .btn::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions-sidetext {
  display: inline-block;
  float: left;
  width: 50%;
 /* padding: 0 10px; */
  margin: 9px 0 0 0;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
}
.simform__actions-sidetext::after {
  clear: both;
  content: "";
  display: table;
}

.sminputs {
  border-bottom: 1px solid #E5E5E5;
}
.sminputs::after {
  clear: both;
  content: "";
  display: table;
}
.sminputs .input {
  display: block;
  position: relative;
  width: 50%;
  height: 71px;
  padding: 11px 24px;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* FOOTER */
.footer-copyright{width:100% !important; padding:10px 10px 0 10px !important;}
.footer-right-menu{width:100% !important; padding:10px !important;}

input:required {
  box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);
}
input:required:focus {
  border: 1px solid red;
  outline: none;
}

.sminputs .input.active {
  background: #eee;
}
.sminputs .input.active .hide-password {
  background: #eee;
}
.sminputs .input.full {
  width: 100%;
}
.sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
}
.sminputs .input input {
  postion: relative;
  display: inline-block;
  height: 24px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif !important;
  line-height: 19.2px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}

.sminputs1 .input input {
  postion: relative;
  display: inline-block;
  height: 24px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif !important;
  line-height: 64px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}
.sminputs .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  border-left: 1px solid #e4e4e4;
  font-size: 14px;
  background: #FFF;
  overflow: hidden;
  color: #444;
  cursor: pointer;
  margin-top: 12px;
  line-height: 48px;
}

html {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif !important;
}
.borderright0{ border-right:0px !important;}
.simform__actions .btn {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
  outline-offset: 0;
  font-weight: 400;
  box-shadow: none;
  min-width: 90px;
  padding: 10px 14px;
}
 .simform__actions .full.btn {
  width: 100%;
}
.simform__actions .lg.btn {
  min-width: 125px;
  padding: 17px 14px;
  font-size: 22px;
  line-height: 1.3;
}
.simform__actions .sm.btn {
  min-width: 65px;
  padding: 4px 12px;
  font-size: 14px;
}
.special {
  color: #f44336;
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.special:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #f00;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.special:hover {
  transition: all 0.15s ease-out;
}
.special:hover:before {
  visibility: visible;
  transform: scaleX(1);
}


/******* Form validation styles **************/
 

/* Tooltips helpers */
.tooltip{ float:left; top:2px; left:7px; position:relative; z-index:2; margin-top:13px; }
.tooltip:hover{ z-index:3; }
.tooltip > span{ display:inline-block; width:16px; height:16px; line-height:16px; font-size:0.9em; font-weight:bold; text-align:center; color:#FFF; cursor:help; background-color:#00AEEF; position:relative; border-radius:10px; }
.tooltip .content{ opacity:0; width:200px; background-color:#333; color:#FFF; font-size:0.9em; position:absolute; top:0; left:20px; padding:8px; border-radius:6px; pointer-events:none; transition:0.2s cubic-bezier(0.1, 0.1, 0.25, 2); -webkit-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); -moz-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2);line-height:1px !important; }
.tooltip p{ padding:0; font-size:0.8em; }
.contentshow{opacity:1 !important; left:36px !important;}
.tooltip .content b{ height:0; width:0; border-color:#333 #333 transparent transparent; border-style:solid; border-width:9px 7px; position:absolute; left:-14px; top:8px; }
.tooltip.down .content b{ left:auto; right:6px; top:-10px; border-width:5px; border-color:transparent #333 #333 transparent; }


@media screen and (min-width: 860px) {
   
}

@media screen and (max-width: 860px) {
	/*
	div.logmod__wrapper {width:90% !important; max-width:90% !important; margin:20% auto 20px auto !important;}
  .logmod__heading-subtitle{font-size:1.5em !important;}
  .logmod__tabs li a, .logmod__tabs li.current a, .logmod__tabs li a {font-size:1.5em !important;}
  div.logmod__heading-subtitle{font-size:1.5em !important;}
  div.sminputs .input label{font-size:1.5em !important;}
  div.sminputs .input input{font-size:1.5em !important;}
  div.simform__actions{font-size:1.5em !important;}
  div.simform__actions .btn{font-size:2em !important;}
  */
  
  .logmod__wrapper {width:60% !important; max-width:60% !important; margin:10% auto 20px auto !important; }
.logmod__tabs li a, .logmod__tabs li.current a{font-size:1.5em !important; line-height: 2em !important; padding:20px 0 0 0;}
.logmod__heading-subtitle{font-size:1.1em !important; line-height: 1.5em !important;}
 
	
 

}

/********** Responsive styles **************/
/* iPad */

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	.logmod__wrapper {width:60% !important; max-width:60% !important; margin:10% auto 20px auto !important; }
	.logmod__tabs li a, .logmod__tabs li.current a{font-size:2em !important; line-height: 2.5em !important; padding:20px 0;}
	.logmod__heading-subtitle{font-size:2em !important; line-height: 2.5 !important;}
 
	
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {



}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .logmod__wrapper {width:60% !important; max-width:60% !important; margin:10% auto 20px auto !important; }
	  .logmod__tabs li a, .logmod__tabs li.current a{font-size:2em !important; line-height: 2.5em !important; padding:20px 0;}
	  .logmod__heading-subtitle{font-size:2em !important; line-height: 2.5 !important;}
	


}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {



}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .logmod__wrapper {width:60% !important; max-width:60% !important; margin:10% auto 20px auto !important; }
	.logmod__tabs li a, .logmod__tabs li.current a{font-size: 1.5em !important; line-height: 2em !important; padding: 20px 0 0 0;}
	.logmod__heading-subtitle{font-size:1.3em !important; line-height: 1.5 !important;}
	



}



/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
 
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {



}
/* iPad end */

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	.logmod__wrapper {width:60% !important; max-width:60% !important; margin:10% auto 20px auto !important; }
	.logmod__tabs li a, .logmod__tabs li.current a{font-size: 1.5em !important; line-height: 2em !important; padding: 20px 0 0 0;}
	.logmod__heading-subtitle{font-size:1.3em !important; line-height: 1.5 !important;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Galaxy */

/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
	  
	..logmod__wrapper {width:60% !important; max-width:60% !important; margin:10% auto 20px auto !important; }
	.logmod__tabs li a, .logmod__tabs li.current a{font-size: 1.5em !important; line-height: 2em !important; padding: 20px 0 0 0;}
	.logmod__heading-subtitle{font-size:1.3em !important; line-height: 1.5 !important;}
 
	
	
 }

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
  /*
  .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
.logmod__tabs li a, .logmod__tabs li.current a{font-size:40px !important; line-height: 60px !important; padding:40px 0;}
.logmod__heading-subtitle{font-size:40px !important; line-height: 80px !important;}
*/

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}

/* End Galaxy */

/* NEXUS */
/* Nexus 5x */
@media only screen
and (min-width: 361px)
and (max-width: 411px)
and (min-height: 641px)
and (max-height: 731px)
and (orientation:portrait) {



}

@media only screen
and (min-height: 361px)
and (max-height: 411px)
and (min-width: 641px)
and (max-width: 731px)
and (orientation:landscape){



   
}

/*************** Nexus 6P ****************/
/* Portrait and Landscape */
@media screen 
  and (device-width: 732px) 
  and (device-height: 412px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {
	



}
/* Landscape */
@media screen 
  and (device-width: 412px) 
  and (device-height: 732px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {




}



/* ----------- Asus Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {
	



}

/* Portrait */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {



}

/* Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {


}

/* END NEXUS */ 


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	


}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {


}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {


}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  /*
	    div.logmod__wrapper {width:90% !important; max-width:90% !important; margin:20% auto 20px auto !important; }
  		div.logmod__tabs li a, .logmod__tabs li.current a{font-size:1.5em !important;}
		
  		div.logmod__heading-subtitle{font-size:1.5em !important;}
  		div.sminputs .input label{font-size:1.5em !important;}
  		div.sminputs .input input{font-size:1.5em !important;}
  		div.simform__actions{font-size:1.5em !important;}
  		div.simform__actions .btn{font-size:2em !important;}
	  */
	

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

.logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
.logmod__tabs li a, .logmod__tabs li.current a{font-size:18px !important; line-height: 30px !important; padding:20px 0 0 0; height:40px;}
.logmod__heading-subtitle{font-size: 16px !important; line-height: 28px !important;}

.sminputs .input label{font-size: 15px !important;}
.sminputs .input input {font-size: 18px !important;}
		


}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {



}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  
  .logmod__tabs li a, .logmod__tabs li.current a{font-size:20px !important; line-height: 25px !important; padding:20px 0 0 0; height:40px;}
.logmod__heading-subtitle{font-size: 15px !important; line-height: 22px !important;}
 
 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }


.sminputs .input label{font-size: 15px !important;line-height: 25px !important;}
.sminputs .input input {font-size: 20px !important;}



}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 



}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  


}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  
    .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
.logmod__tabs li a, .logmod__tabs li.current a{font-size:20px !important; line-height: 30px !important; padding:20px 0;}
.logmod__heading-subtitle{font-size: 20px !important; line-height: 30px !important;}

.sminputs .input label{font-size: 15px !important;}
.sminputs .input input {font-size: 18px !important;}



}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 



}

/* HTC */
/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	    .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
.logmod__tabs li a, .logmod__tabs li.current a{font-size:25px !important; line-height: 60px !important; padding:20px 0;}
.logmod__heading-subtitle{font-size: 25px !important; line-height: 40px !important;}

.sminputs .input label{font-size: 15px !important;}
.sminputs .input input {font-size: 18px !important;}
	  
	

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	  



}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}
/* END HTC */




/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
	  
	    .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
	   .logmod__tabs li a, .logmod__tabs li.current a{font-size:21px !important; line-height:40px !important; height:40px}
	   .logmod__heading-subtitle{font-size: 21px !important; line-height: 30px !important;}
	   .sminputs .input label{font-size: 15px !important;}
	   .sminputs .input input {font-size: 18px !important;}

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {


}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {



}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	   .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
	   .logmod__tabs li a, .logmod__tabs li.current a{font-size:21px !important; line-height:40px !important; height:40px}
	   .logmod__heading-subtitle{font-size: 21px !important; line-height: 30px !important;}
	   .sminputs .input label{font-size: 15px !important;}
	   .sminputs .input input {font-size: 18px !important;}
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {


}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	    .logmod__wrapper {width:90% !important; max-width:90% !important; margin:10% auto 20px auto !important; }
	   .logmod__tabs li a, .logmod__tabs li.current a{font-size:1.3em !important; line-height:30px !important; height:30px}
	   .logmod__heading-subtitle{font-size: 15px !important; line-height: 20px !important;}
	   .sminputs .input label{font-size: 12px !important;}
	   .sminputs .input input {font-size: 16px !important;}

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {


}

/* Landscape */
@media screen 
  and (min-device-height: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {



}

/* END GALAXY */