body { background: rgba(0, 0, 0, 0) url("/../images/banner5.jpg") no-repeat fixed 0 0 / cover !important; /* font-family: 'Cabin' sans-serif; */ font-family: 'Titillium Web', sans-serif; color: #fff; }

/* Specific styles of signin component */
/* General styles */

body, html { height: 100%; /* background-repeat: no-repeat;
    background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33)); */ }
/* .card .header {
    display: block;
    margin: 58px 0 10px;
    text-align: center;
} */
.form-table { display: table; height: 100%; width: 100%; }
.form-td { display: table-cell; text-align: center; vertical-align: middle; }
.company-logo { display: block; /* bottom: 100%;
    left: 0;
    position: absolute; */ text-align: center; width: 100%; }
.card .header { display: block; margin: 0; text-align: left; }
.card .header h1 { border-bottom: 0px solid #000;font-size: 18px;margin-bottom: 10px;padding: 10px 0;background: #30566a;border-radius: 3px;}

/* Card component */
.card { background: rgba(255, 255, 255, 1); padding: 20px 25px 20px; margin: 0 auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; position: relative; text-align: left; border-bottom: 2px solid #000; }
.rem-checkbox { display: inline-block; margin-bottom: 0; margin-top: 0; position: relative; }
.rem-checkbox > label { cursor: pointer; margin-bottom: 0; min-height: 20px; padding-left: 20px; }
.rem-checkbox label { font-weight: 400; font-size: 12px; line-height: 24px; }
.rem-checkbox input { margin-left: -20px; position: absolute; }
.profile-img { bottom: 83%; left: 0; /*position: absolute;*/ width: 100%; text-align: center; }
.profile-img-card { /*width: 96px;
    height: 96px;*/ margin: 0 auto 10px; /* border: 3px solid #000; */ display: inline-block; /* -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */ }

/* Form styles */
.profile-name-card { font-size: 16px; font-weight: bold; text-align: center; margin: 10px 0 0; min-height: 1em; }
.reauth-email { display: block; color: #404040; line-height: 2; margin-bottom: 10px; font-size: 14px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.form-signin input[type="email"], .form-signin input[type="text"],
.form-signin input[type="password"] { direction: ltr; height: 44px; font-size: 14px; }
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button { width: 100%; display: block; margin-bottom: 10px; z-index: 1; position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.form-signin .form-control:focus { border-color: rgb(104, 145, 162); outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162); }
.btn-signin { background: #8BC34A; border:1px solid transparent; border-radius: 3px; color: #fff; cursor: pointer; display: block; font-family: "Open Sans",sans-serif; font-size: 1em; margin-top: .6em; outline: medium none; padding: 0.7em; width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -o-transition: all 0.218s; -moz-transition: all 0.218s; -webkit-transition: all 0.218s; transition: all 0.218s; }
.btn-signin:hover,
.btn-signin:active,
.btn-signin:focus { background-color: rgba(255, 255, 255, 1); /* color: #0c6da2; */ color: #666; border:1px solid #8BC34A; }

.btn-light{background:rgba(48,86,106,0.5);padding:0.3em; font-size:15px;}
.btn-light:hover{background:rgba(48,86,106,1); color:#fff;}
.card-frg-psd { float: right; margin: 0; }
.card-frg-psd a { color: #fff; text-decoration: underline; font-size: 12px !important; }
.card-frg-psd a:hover,
.card-frg-psd a:active,
.card-frg-psd a:focus { text-decoration: none; color: #000; }
.social-buttons { margin: 15px 0 0 0; border-top: 1px solid #000; padding-top: 15px; }
.social-buttons a { /* width: 49%; */ display: block; color: #fff; margin-bottom: 5px; font-size: 13px; padding: 10px 0; }
.social-buttons a i { font-size: 16px; margin-right: 5px; }
.social-buttons a:hover { color: #fff; opacity: .8; }
.btn-fb { background-color: #3b5998; }
.btn-tw { background-color: #55acee; }
.btn-google { background-color: #E74C3C; }
.signup-link { border-top: 1px solid #000; padding-top: 15px; font-size: 12px; text-align: center; margin-top: 10px; }
.signup-link p { display: inline-block; margin-right: 5px; }
.signup-link a { color: #fff; text-decoration: underline; }
.signup-link a:hover, .signup-link a:focus { color: #fff; text-decoration: none; }

.form-group { position: relative; }
.form-group .field-validation-error { /*background-color: #f2dede; border-color: #ebccd1;*/ background-color: transparent; border-color: transparent; border-radius: 3px; color: #a94442 !important; display: inline-block; font-size: 12px; left: 0; padding: 1px 5px; position: absolute;  width: 94%; z-index: 999;  border:none !important;}
/*
.field-validation-error {
 background: red none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 12px;
  left: 0;
  padding: 1px 5px;
  position: absolute;
  top: 90%;
  z-index: 999;
}*/

input.form-control.input-validation-error { background-color: #f69988; color: #fff !important; border: 1px solid red !important; }
.mb-25{margin-bottom:25px !important;}
.btn-sec input{margin-top:0;}
.btn-sec .row .resource{padding-right:8px;}
.btn-sec .row .portal{padding-left:8px;}
.ForgotPassword:hover{color:#000 !important;}

@media (max-width:992px) {
    .social-buttons a i { font-size: 14px !important; }
}

