html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline:none;
}

html {
    background: url(../images/bk_login.jpg) top center no-repeat;
    height:100%;
}

@media (min-width: 1366px) {
    html {
        background-size: cover;
    }
}
@media (max-width: 993px) {
    html {
        background-size:auto  100% ;
        background-attachment: fixed;
    }
}

body {
    background:transparent; 
    height:100%;
    min-height: 100vh !important;
    padding-bottom: 140px;
    position:relative;
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
    
}

.form-box {
    margin: 10% auto;
    position:relative;
    float:none;
}

.form-top img {    
    width: auto;
    max-width: 65%;
    margin: 0 auto;
    display:block;
    position:relative;
    float:none;
    padding: 0px;
}

.form-top p:before {
    width: 1px;
    height: 35px;
    position:relative;
    content: '';
    margin: 20px auto;
    display:block;
    background:#ffffff;
}

.form-top p {
    text-align:center;
    color:#f4f4f4;
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
    font-size:14px;
}

.form-top p b {
    color:#68e5fc;
    font-weight: 600;
}

.form-control {
  border: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  height: 46px;
  padding: 10px 16px;
  font-size: 14px;
  border-radius:4px;
  color:#282828;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
.form-control:focus {
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #282828;
}
.form-control::-webkit-input-placeholder {
  color: #282828;
}

.form-bottom a {
    display:block;
    clear:Both;
    text-align:center;
    margin: 0px auto;
    padding: 20px 0 15px;
    float:none;
    width:100%;    
    color:#ffffff;
    font-family: 'Open Sans';
    font-style:italic; 
    font-weight: 600;
}

.form-bottom a:hover {
    text-decoration: underline;
    color:#68e5fc;
}

.form-bottom .btn {
    background:#ff4665;
    color:#ffffff;
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
    border-radius: 100px;
    padding: 10px 10%;
    margin: 0 auto;
    display:block;
}

.form-bottom .btn:hover {
    background:#222222;
}

.alert {
  padding: 10px;
    background:transparent !important;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 15px auto;
  font-style: italic;
}

.alert h4 {
    font-weight: 600;
    font-style: italic;
}

.alert-success {
  color: #5fb760;
  background-color: transparent;
  border-color: transparent;
}

.alert-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: transparent;
}

.alert-info {
  color: #6298c6;
  background-color: transparent;
  border-color: transparent;
}

.alert-warning {
  color: #776ea5;
  background-color: transparent;
  border-color: transparent;
}


footer {
    position:absolute;
    bottom:0;
    width:100%;
    background:#222222;
    border-bottom: 5px solid #1d1f1d;
    min-height: 130px;
}

footer ul {
    list-style-type: none;
    margin: 50px auto 50px;
    text-align:center;
    padding: 0px;
}

footer ul li {
    display:inline;
    padding: 0 4%;
    border-right: 1px solid #c4c4c4;
    white-space: nowrap;
}

footer ul li:last-child {
    border-right: 0px solid #c4c4c4;
}

footer ul li a {
    width:100%;    
    color:#ffffff;
    font-family: 'Open Sans';
    font-style:italic; 
    font-weight: 300;
}

footer ul li a:hover {
    text-decoration: underline;
    color:#68e5fc;
    opacity: 0.8;
}

footer ul li a img {
    width:auto;
    max-width: 80%;
}

@media (max-width: 993px) {
    footer {
        position:relative;
    }
    
    footer ul {
        margin: 20px auto 20px;
    }
    
    footer ul li a {
        font-size:13px;
    }
    
    footer ul li a img {
        width:auto;
        max-width: 35%;
    }
}
