@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);
.text-primary{
    color:#128bc6 !important;
    font-size: 30px;
    padding-top: 20px;
}
html{
    height:100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    /*background:url('../../images/bg.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100%;
    padding-top:6%;
    padding-bottom :5%;
}
.form-row button { 
            font-size: 17px;  
            font-family: "workSans";
            font-weight: bold;
        }
/*.box{
    background: #fff;
    border:1px solid #ddd;
    width:500px;
    border-top:5px solid #128bc6;
    margin:0 auto;
}*/
/*.box1{
    padding:0px 20px;
}
.box img{
    margin:auto;
}
.box h3{
    margin-top:0;
    text-align: center;
}*/

.logo_position {
    position: relative;
    bottom: 20px;
    height: 80px;
    margin-top: 20px;
    }
.card{
    padding: 0;
    margin: 0;
}
.card-body{
    /*padding: 10px;*/
    margin: 10px;
}
.form-control{
    border: 0;
    border-bottom: 1px solid #418BCA;
    border-radius:0 !important;

}
.form-group input:focus {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #BC0000;
    border-radius:0 !important;
}/*
input:focus{
    border: 0;
    border-bottom: 1px solid #BC0000;
    border-radius:0 !important;
}*/

input[type="submit"]{
    margin-bottom:10px;
    border:none;
}
.btn-primary{
    background-color: #128bc6 !important;
}
.bg-light{
    background:#ddd;
    width:100%;
    padding-top:8px;
    padding-bottom:8px;
}
.checkbox label{
    padding-left:0;
}

.animation{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

#forgot_pwd_title{
    margin-left: 20px;
}
.alert-success {
    color: #fff;
    background-color: #22ddad !important;
    border-color: #acf6ac !important;
}
.alert-danger {
    color: #fff;
    background-color: #ff908d !important;
    border-color: #EF6F6C !important;
}
span.help-block{
    color:#a94442 !important;
}

.social {
    margin-right: 8px;
    margin-top: 10px;
}

.social i {
    font-size: 20px;
}
@media (min-width:320px) and (max-width:425px){
    .box{
        width:100% !important;
    }
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
   color: #418BCA;
  z-index: 2;
}
