body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

/* ********************login page style starts*************** */

.left-column{
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 180px 0;
    text-align: center;
}

.left-column p{
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
}

.right-column{
    background-image: url(../images/log-resgister.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 50px 70px;
}

.login-label {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

.login-input {
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.login-button{
    margin-top: 20px;
}

.login-btn{
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #049cc2;
    border: 1px solid #049cc2 !important;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.login-btn:hover{
    background-color: #053480 !important;
    border: 1px solid #053480 !important;
    color: #fff !important;
}

.screen-show p{
    text-align: center;
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 16px;
    margin: 0px 0px 20px 0 !important;
    text-transform: capitalize;
}

.right-column p{
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    margin: 20px 0;
    text-transform: capitalize;
}

.right-column h5{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 26px;
}

.register-button{
    text-align: center;
}

.rgstr-btn{
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.rgstr-btn:hover{
    color: #00bdec;
}

.screen-show{
    display: none;
}


/* **************responsive************** */

@media (max-width:767px){

    .screen-show{
        display: block;
        text-align: center;
    }

    .left-column{
        display: none;
    }

    .left-signup{
        display: none;
    }

    .screen-show img{
       width: 70%;
       margin-bottom: 20px;
       margin-left: 31%;
    }

    .login-sec p{
        font-size: 24px;
    }

    .right-column{
        padding: 50px 0px 20px 0px !important;
        min-height: 100vh; 
    }

    .right-column p{
        font-size: 16px;
    }

    .right-signup{
        padding: 50px 0px 20px 0px !important;
        min-height: 100vh; 
    }

    .right-signup p{
        font-size: 12px;
    }

}

/* **************responsive*************** */

/* ********************login page style ends******************** */


/* *************************register form starts******************** */

.left-signup{
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 50px 0;
    text-align: center;
}

.left-signup p{
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
}

.right-signup{
    background-image: url(../images/log-resgister.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 70px;
}

.right-signup p{
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    margin: 20px 0;
    text-transform: capitalize;
}

.register-label {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

.register-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 5px;
    /* backdrop-filter: blur(30px); */
    margin-bottom: 10px;
}

.register-buttons button{
    margin-top: 20px;
}

.verify-btn{
    width: 100%;
    background-color: #053480;
    color: #ffffff;
    border: 1px solid #053480 !important;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.verify-btn:hover{
    background-color: #02245a !important;
    color: #fff;
    border: 1px solid #02245a !important;
}

.sign-btn{
    width: 100%;
    background-color: #049cc2;
    color: #ffffff;
    border: 1px solid #049cc2 !important;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.sign-btn:hover{
    background-color: #00647c !important;
    color: #ffffff;
    border: 1px solid #00647c !important;
}

.right-signup h5{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 26px;
}

.textbox-background-error{

background: #fd5757;
}

.textbox-background-ok{

background: #ffffff;
}



.dont-show-disable:disabled {
   
    opacity: 1;

    
    cursor: pointer;

    
    color: inherit; /* Or specify the exact color, e.g., color: #fff; */

   
    background-color: grey; /* Or specify the exact background color */

    
    border-color: inherit; /* Or specify the exact border color */

   
    box-shadow: none;
    
}



.error-message-container {
 
  position: relative;
  height:50px !important ;
  
  margin: 5px auto;
  text-align: center;  
  border-radius: 5px;
}




.success-message {
  display: none; /* Initially hidden */
  background-color: #c6fac6; /* Light red background */
  color: #008b00; /* Dark red text */
  border: 2px solid #008b00; /* Bright red border */
  padding: 6px;
  position: fixed; /* Make the div float */
  top: 10px; /* Distance from the top of the screen */
  right: 10px; /* Distance from the right of the screen */
  font-weight: bold; /* Bold text */
  border-radius: 5px;
  z-index: 1000; /* Ensure it's on top of other elements */
  text-align: center;
  width: auto;
  min-width: 200px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: a subtle shadow */
  padding-right:35px !important;
  padding-left:25px !important;
}


.error-message {
  display: none; /* Initially hidden */
  background-color: #f8d7da; /* Light red background */
  color: #721c24; /* Dark red text */
  border: 2px solid #f5c6cb; /* Bright red border */
  padding: 6px;
  position: fixed; /* Make the div float */
  top: 10px; /* Distance from the top of the screen */
  right: 10px; /* Distance from the right of the screen */
  font-weight: bold; /* Bold text */
  border-radius: 5px;
  z-index: 1000; /* Ensure it's on top of other elements */
  text-align: center;
  width: auto;
  min-width: 200px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: a subtle shadow */
  padding-right:35px !important;
  padding-left:25px !important;
}

.close-button {
  position: absolute;
  top: 3px;
  right: 5px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #721c24;
  cursor: pointer;
  
}

.close-button:hover {
  color: #d9534f; /* Change close button color on hover */
}


/* *************************register form ends********************** */