
body {
    background: #1A2226 !important;
    font-family: 'Roboto', sans-serif !important;
}

.login-box {
    margin: 0 2em;
    margin-top: 15vh;
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: rgb(17, 17, 26) 0px 4px 16px, rgb(17 17 26 / 36%) 0px 8px 24px, rgb(17 17 26 / 0%) 0px 16px 56px;
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

input[type=text] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #a4a4a4;
}

input[type=password] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
}

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #0DB8DE !important;
    outline: 0 !important;
    background-color: #1A2226 !important;
    color: #ECF0F5 !important;
}


label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #0DB8DE;
    right: 0px;
}

.login-btm {
    float: left !important;
}

.login-button {
    padding-right: 0px !important;
    text-align: right !important;
    margin-bottom: 25px !important;
}

.login-text {
    text-align: left !important;
    padding-left: 0px !important;
    color: #A2A4A4 !important;
}

.loginbttm {
    padding: 0px !important;
}



/* Style for the message box */
.message-box-alert {
    width: 100%;
    height: 2.5em;
    background-color: #1ad4bd; /* Green background color */
    color: #000000; /* White text color */
    text-align: center;
    padding: 0.5em 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensure it's above other content */
    display: none;
  }
  
  /* Style for the message text */
  .message-text {
    font-size: 15px;
    text-align: center;
    justify-content: center;
   
  }







@media (min-width: 992px)
{
.col-lg-6 {
    max-width: none !important;
}
}