.body-login {            
    background: #0a69a1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.bg-login-form{
    background: #f8f8f8
}
.btn-google img {
    width: 20px;
    margin-right: 10px;
}
.blue-shape {
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #007bff, #00a8ff);
    border-radius: 50px;
}
.top-right {
    top: 20px;
    right: 20px;
}
.bottom-left {
    bottom: 20px;
    left: 20px;
}
.password-wrapper {
    position: relative;
}
.password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 74%;
    transform: translateY(-50%);
    cursor: pointer;
}
.logo-login {
    max-width: 80px;
    margin-bottom: 15px;
}
.login-container label
{
  font-size: 12px;
  color: #3b3b3b;
  letter-spacing: 1px;
  font-weight: 500 !important;
}