.reg-form {
    box-shadow: 1px 5px 15px rgb(0 0 0 / 50%);
    background-color: #fff;
    border-top: 5px solid #0078bf;
    border-radius: 13px;
    width: 108%;
    margin-top: 33px;
    padding: 10px 20px;
}



.complaint-form {
    box-shadow: 1px 5px 15px rgb(0 0 0 / 50%);
    background-color: #fff;
    border-top: 5px solid #0078bf;
    border-radius: 13px;
    width: 108%;
    padding: 0px 0px;
}




.login-form {
    box-shadow: 1px 5px 15px rgb(0 0 0 / 50%);
    background-color: #fff;
    border-top: 5px solid #0078bf;
    border-radius: 13px;
    width: 100%;
    margin-top: 33px;
    padding: 10px 20px;
}

.form-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

.reg-account {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

.t-name {
    width: 100%;
    margin-bottom: 8px;
    padding: 4px 0px;
    border-radius: 4px;
}

.submit1 {
    background-color: #f15a22;
    color: white;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    float: right;
}

.submit-login {
    background-color: #f15a22;
    color: white;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    max-width: 27%;
    border-radius: 10px;
    float: right;
}

.login-text {
    margin-bottom: 30px;
    text-align: right;
    font-weight: bold;
}

.the-hill-text {
    margin-top: 113px;
    color: #fff;
    margin-left: 8%;
    /* text-indent: 96px; */
}

.the-hill-text h2 {
    margin-top: 120px;
}

.the-hill-text h1 {
    margin-top: 0px;
}

.hill-login-form {
    /* background-image: url(../images/bg-321.jpg);*/
    width: 100%;
    padding-bottom: 40px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #a7aab1;
}


/* error msg */

.error-msg {
    font-size: 12px;
    color: red;
    text-align: left;
    position: absolute;
}


/* validation error msg */

.error-vald-msg {
    font-size: 11px;
    color: red;
    text-align: left;
    position: absolute;
    margin-left: -16%;
}

.success-msg {
    color: green;
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: none;
    border-color: #357ebd;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: initial;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-success {
    transition: 0.5s;
}

.btn-success:hover,
.btn-success:focus {
    background: white;
    border-color: #0078bf;
    color: black;
    transition: all 0.4s;
}

.btn-warning:hover,
.btn-warning:focus {
    background: white;
    color: black;
    border-color: #0078bf;
}

.sub-btn {
  background-color: #0078bf; /* Primary button color */
  border: 2px solid #0078bf; /* Border matching the button color */
  border-radius: 5px; /* Rounded corners */
  color: white; /* Text color */
  font-size: 16px; /* Font size for better readability */
  text-align: center; /* Center align the text */
  margin-top: 27px; /* Space above the button */
  padding: 15px 20px; /* Top-bottom padding 15px, left-right padding 20px */
  cursor: pointer; /* Change cursor to pointer on hover */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.sub-btn:hover {
  background-color: #005f8d; /* Darker shade on hover */
  border-color: #005f8d; /* Darker border on hover */
}

.refresh-icon {
    margin-left: -10px;
    margin-top: 30px;
}

.captcha {
    margin-right: 15px;
}

.captcha-img {
    margin-left: -22px;
    margin-top: 25px;
}

.main-image {
    width: 100%;
    height: auto;
}

.bg-logo {
    width: 100%;
    height: auto;
    max-width: 50%;
}

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -11px;
    z-index: 1;
}

.pwd-criteria {
    /* text-align: right;
    margin-left: 105px;
    cursor: alias;
    font-style: italic; */
    text-align: right;
    margin: 0% 0 0 1%;
    cursor: alias;
    font-style: italic;
    position: absolute;
}




