body {
    background-color: #f7f7ff;
}
.loginContainer{
    height:100vh;
}

.login-card {
    max-width: 450px;
    margin: auto;
    border-radius: 8px;
    padding: 45px 40px;
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.login-title {
    font-size: 32px;
    font-weight: 600;
}

.btn-login {
    background: white;
    color: #696cff;
    font-size: 17px;
    font-weight: 600;
    height: 45px;
    border: 1px solid #696cff;
}
    .btn-login:hover {
        background: #696cff;
        color:white;
    }

    .btn-login:hover {
        background: #5a5ee6;
    }

.form-control {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

.helper-text {
    color: #888;
    font-size: 14px;
}

.forgot-link {
    color: #696cff;
    text-decoration: none;
}

    .forgot-link:hover {
        text-decoration: underline;
    }

.dotted-bg {
    position: absolute;
    right: 50px;
    top: 60px;
    opacity: 0.4;
}
.logo{
    width:200px
}
.titleContainer{
    margin-bottom:28px
}
