@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    background: #BAE7FF;
}

.image{
    background: url('../assets/img/login.png') center no-repeat;
    background-color: #ffffff;
    background-size: cover;
    height: 100vh;
}

.form-container{
    display: flex;
    justify-content: center;
}
.form-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.form-box h1{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #002766;
}

.form-box p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #667085;
    margin-bottom: 22px;
}

.form-box .login-form label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: black;
    margin-top: 10px;
}

.form-box .login-form input{
    background: #BAE7FF;
    border: 1px solid #002766;
    box-sizing: border-box;
    border-radius: 8px;
}

.form-box .login-form .login{
    width: 100%;
    height: 42px;
    background-color: #096DD9;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    margin: 40px 0 20px 0 ;
}

.form-box .login-form span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #667085;
}

.form-box .login-form span a{
    font-weight: 500;
    color: #002766;
}
