/***
Login page
***/
/* bg color */

html, body {
     margin:0;
   padding:0;
    height:100%;
}

@font-face {
font-family: 'icomoon';
src:url('../../fonts/icomoon.eot');
src:url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../../fonts/icomoon.svg#icomoon') format('svg'),
url('../../fonts/icomoon.woff') format('woff'),
url('../../fonts/icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

[class^="iconmoon-"],
[class*=" iconmoon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



body {
    color: #333E49;
}

.main-wrapper {
    min-height: 100%;
    position: relative;
}

.main-content {
    overflow: auto;
    padding-bottom: 30px;
}

.login {
  background-color: #FAFBFC !important;
}

.login .logo {
  margin: 0 auto;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
}

.login .content {
  background-color: #eceef1;
  width: 380px;
  margin: 60px auto 0 auto;
  padding: 20px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #555;
}

.login .content .form .form-body {
    padding:17px;
}

.login .content .control-label {
    font: 500 14px/1.3 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    color: #333E49;
    line-height: 20px;
    padding: 1px 2px;
}

.login .content .form-control {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #C9D1D9;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #333E49 !important;
    background-color: #FAFBFC;
    line-height: 20px;
    height: 42px;
    padding: 4px 12px;
}

.login .content .form-control:focus, .login .content .form-control:active {
  background-color: #FFF;
  border: 1px solid #29afea;
    color: #333e49;
    box-shadow: 0 0 4px #29afea !important;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  border-top: 1px solid #eee;
  margin:0px;
  padding: 25px 25px 0 25px;  
  background:none !important;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  
}

@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

.content-footer {
    clear:both;
    margin:15px auto 15px auto;
}

.content-footer a {
    font: 600 12px/1.3 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #677580;
}

.content-footer a:hover {
    color: #677580 !important;
}


.footer {
    width:100%;
    position:fixed;
    padding: 8px 20px 5px 54px;
    font-size: 12px;
    background-color: #3d3d3d;
    /*margin-top:-30px;*/
    height:30px;
    clear:both;
    bottom:0;
    /*left:0;*/
    /*height:30px;*/
}

/* footer copyright */
.login .copyright,.login .copyright a {  
  color: #FFFFFF;
}

.login .content .portlet {
    margin-bottom:0px !important;
}

.login .portlet .portlet-title {
    margin-bottom:25px;
    border-bottom: 2px solid #caebf9;
    padding:0px 10px 0 10px;
    color:#272f39;
    font-size:22px;
}

.btn-blue {
	font-size: 12px;
	line-height: 16px;
	display: block;
	vertical-align: middle;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	background: #2a90cd;
	position: relative;
	border: none;
	text-transform: none;

    width: 105px;
    font-size: 14px;
    padding: 9px 8px 8px;
}

#sendIntrestedTrailUserEmail{
    width: 155px!important;
}

.btn-blue:hover,
.btn-blue:focus {
	text-decoration: none;
	background: #52bdee;
	color: #fff;
}

.btn-blue:active {
	box-shadow: 0 2px 0 #217faa inset;
	background: #25a0d5 !important;
}

.btn-blue.outline {
	background: none;
	border: 1px solid  #2a90cd !important;
	color: #2a90cd;
	padding: 7px 15px;
}

.btn-blue.outline:hover {
	background: #2a90cd;
	color: #fff;
}


/*FOR JCF CHECKBOX*/

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: default;
	background: #FAFBFC;
	height: 20px;
	width: 20px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.jcf-checkbox:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #1694CF;
	border-radius: 3px;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	z-index: -1;
}

.jcf-checkbox:before {
	font-size: 12px;
	line-height: 1;
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 4px;
	color: #fff;
	font-family: "fontawesome";
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked {
	background: #1694CF;
    color:#FFFFFF;
}

.jcf-checkbox.jcf-checked:after {
	opacity: 0;
}

.jcf-checkbox.jcf-checked:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

 /* FOR Cancel Button */
.hover-underline {
    position: relative;
}
.btn-cancel {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #29afea;
    font-weight: 700;
    margin: 0 15px 0 0;
    opacity: 1;
    float: none;
}
.btn-cancel {
    margin: 0 26px 0 0;
}
