* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color: #013239;
padding: 100px;
}

/*-----------USER LOGIN STYLE--------------*/
.reg_bg{
    background: url(/images/bg.jpg) no-repeat;
    width:100%;
    height:100%;
    overflow:hidden;
    background-position:center;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position:fixed;
    left:0;
    top:0;
}
.login-wrapper{
    width:100%;
    max-width:350px;
    position:relative;
    height:auto;
    margin:auto;
    margin-top:120px;
}
    .login-wrapper .login-cont {
        width: 100%;
        height: auto;
        position: relative;
        background-color: rgba(251, 249, 249, 1.0) !important;
        top: 0px;
        left: 0px;
    }
.login-wrapper .login-cont .form{
    width:100%;
    padding:20px;
}

.login-wrapper .login-cont .form .form-col{
    margin-bottom:25px;
    width:100%;
    overflow:hidden;
    text-align:center;
}
.login-wrapper .login-cont .form .form-col .inputs{
    width:100%;
    padding:12px;
    background-color:#FCFBF8;
    font-size:15px;
    color: #C8BCAE;
    font-weight:600;
    border:1px solid #D6E4E6;
    border-radius:10px 10px 10px 10px;
}
.login-wrapper .login-cont .form .form-col .btn{
    font-size:16px;
    font-weight:700;
}
.login-wrapper .login-cont .form .form-col h5{
    font-size:14px;
    font-weight:600;
    text-align:center;
    color:#4D2C02;
}
.login-wrapper .login-cont .form .form-col h5 a{
    color:#011C93;
}
.login-wrapper .login-cont .form h3{
    color: #4D2C02;
    font-size:20px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:30px;
}
.login-wrapper .login-cont .logo{
    width:120px;
    height:110px;
    position:relative;
    margin-bottom:0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.login-wrapper .login-cont .logo img{
    width:100%;
    height:100%;
    position:absolute;
    top:-30px;
}

/*Background Ends Here*/


.login-screen {
    background-color: rgba(251, 249, 249, 1.0) !important;
    border-radius: 5px;
}

.app-title {
    text-align: center;
    color: #777;
}

.redColor{
    color:#F00;
}

.blueColor{
    color:blue;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
    margin-top: 12px;
}
/*---------------RESPONSIVE DESIGN-----------------*/
@media print {
    .print-wrapper .content {
        display: none;
        -webkit-print-color-adjust: exact;
    }

    .body {
        -webkit-print-color-adjust: exact;
    }
}
@media(min-width:280px){
    .login {
        margin-top:5px;
        margin-left:0px;
        margin-bottom:auto;
        width: 100%;
        height:800px !important;
    }
     .login-screen {
        padding-top:20px;
    }
    .app-title span{
        font-size:16px;
    }
    .app-title img{
          Height:110px;
        Width:130px;
    }
    .app-title{
       margin-bottom:20px;
     
    }
}
@media(min-width:992px){
    .login {
        margin: 20px auto;
        width: 40%;
        height:800px !important;
    }
    .login-screen {
        padding: 20px;
    }
    .app-title span{
        font-size:20px;
    }
     .app-title img{
        Height:110px;
        Width:130px;
    }
     input {
        font-size: 16px;
        font-weight: 200;
        padding: 10px 0;
        width: 250px;
    }
     .app-title{
       margin-bottom:0px;
    }
}