@import "fonts.css";

body {
    font-family:"Verdana", Arial;
}
.btn, .form-control {
    outline:none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;;
}
.btn, a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline:none !important;
}
.btn-primary {
    background : #016ca7;
}

.btn-black {
    background: #474747;
}
.login-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;

    background: url("../images/background.jpg") center center no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
}
.bg {

    background: url("../images/background.jpg") fixed no-repeat center center;
    -webkit-background-size:cover;
    background-size:cover;
}
.login-container {

    position : absolute;
    top: 0;
    right : 0;
    bottom : 0;
    width : 40%;
    padding : 30px;

    background: #016ca7;
    color: #ffffff;
    float: right;
    text-align : center;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 0 29px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.44);

    overflow-y: auto;
}
.main-login h1 {
    text-align: center;
    font-size: 38px;
    font-family: "Verdana";
    margin : 0;
    margin-bottom: 20px;
}
.main-login h4 {
    font-size:14px;
    font-family: "Verdana";
    margin-bottom: 20px;
}



.input:focus {
    background : #ffffff;
}
.input::-moz-placeholder {
    color : #7f7f7f;
}
.input::-webkit-input-placeholder {
    color : #7f7f7f;
}
.input:-ms-input-placeholder {
    color : #7f7f7f;
}
.login-container .btn.btn-black {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    display: block;
    width : 100%;
	color : #ffffff;
    background : #ff0000;
    padding: 10px 15px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    font-family:"Verdana";
}
.login-container .btn.btn-black:hover {
    color : #ffffff;
    border:solid 1px #ffffff;
    background : rgba(255,255,255,0.3);
}
.link-lg {
    color : #ffffff;
    display: block;
    text-decoration: none !important;
    font-size:11px;
    background : rgba(255,255,255,0.18);
    border:solid 1px #60a6cc;
    padding:10px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    margin-top:20px;
}
.link-lg:hover {
    color : #ffffff;
    border:solid 1px #ffffff;
    background : rgba(255,255,255,0.3);
}
.link-lg .fa {
    margin-left: 10px;
    font-size: 20px;
    height: 25px;
    vertical-align: middle;
}
.copyright {
    margin-top:20px;
    font-size:13px;
    font-family: "Verdana";
}
.container {
    background: #eeeeee;
    padding : 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin :50px auto;
}
.container-header {
    background : #016ca7;
    color : #ffffff;
    text-align: center;
    padding:30px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.container-header h1 {
    margin : 0 0 20px 0;
    font-size:28px;
}
.container-header .text-info {
    background: #015380;
    color : #ffffff;
    padding:20px;
    font-size:12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.container-link {
    padding:10px 10px 0;
    text-align: center;
}
.container-link a {
    display: inline-block;
    padding: 10px 15px;
    margin : 5px 5px 0;
    font-size:12px;
    background : #016ca7;
    cursor: pointer;
    color : #ffffff;
    width : 160px;
    text-decoration: none !important;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.container-link a:hover {
    background : #015380;
}
.container-link a.black {
    background : #474747;
}
.container-link a.black:hover {
    background : #2d2d2d;
}
.form {
    padding:10px 20px;
}
.form fieldset {
    padding : 20px;
    margin : 10px 0;
    background: #ffffff;
    -webkit-box-shadow:  0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 4px rgba(0,0,0,0.1);
    box-shadow:  0 0 4px rgba(0,0,0,0.1);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.form .form-group {
    border-bottom:dashed 1px #e0e0e0;
    padding-bottom:10px;
    margin-bottom: 10px;
}
.form fieldset .form-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer {

    background : #474747;
    padding: 20px;
    text-align: center;
    color : #ffffff;
    font-size:12px;
}
.footer a {
    color: #ffffff;
}
.modal-content {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.modal-title {

    text-transform: uppercase;
    font-size: 17px;
    font-family: "Verdana";
}
.form-control.error {
    border-color:red;
    box-shadow:inset 0px 1px 3px #ccc;
}
.error {
    color : red;
}
label.error {
    font-size:11px;
}

@media screen and (max-width: 870px) {

    .login-bg, .login-container {
        width:auto;
        left : 0;
        right : 0;
    }
    .login-container {
        background: rgba(1, 108,167, 0.9);
    }
}
@media (min-width: 992px) {
    .container {
        width : 780px;
    }
}
@media (min-width: 1200px) {
    .container {
        width : 780px;
    }
}

/*LOGIN 1*/

.input {
	text-align: center;
	height: 38px;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color .3s;
          transition: background-color .3s;
}

.site__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 0;
}


.form input[type="password"], .form input[type="text"], .form input[type="submit"] {
  width: 100%;
}
.form--login {
  color: #606468;
}
.label {
  color: #f1f7ff;
}
.form--login label,
.form--login input[type="text"],
.form--login input[type="password"],
.form--login input[type="submit"] {
  border-radius: 0.25rem;
  padding: 1rem;
}
.form--login label {
  background-color: #363b41;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 18px;
  display: block;
  margin-bottom:10px;
}
.form--login input[type="text"], .form--login input[type="password"] {
  background-color: #ffffff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form--login input[type="text"]:focus, .form--login input[type="text"]:hover, .form--login input[type="password"]:focus, .form--login input[type="password"]:hover {
  background-color: #c3c3c3;
}
.form--login input[type="submit"] {
  background-color: #ff0000;
  color: #eee;
  font-weight: bold;
  text-transform: uppercase;
}
.form--login input[type="submit"]:focus, .form--login input[type="submit"]:hover {
  background-color: #2a8cd0;
}
.form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.form__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text--center {
  text-align: center;
  color: #000;
}

.grid__container {
  margin: 0 auto;
  max-width: 20rem;
  width: 90%;
}

/*LOGIN 2*/

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-control {
  border-radius: 6px !important;
  box-shadow: none;
  border-color: #d2d6de;
  text-align: center;
  font-size: 12px;
}
.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none;
}
.form-control:hover {
  background-color: #c3c3c3;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}

