body{

    font-family:'Segoe UI',sans-serif;

    background:#ffffff;

}

.login-panel{

    background:linear-gradient(180deg,#4ea6d8,#3297d3);

    display:flex;

    justify-content:center;

    align-items:center;

}

.login-card{

    width:360px;

    background:#0b5cad;

    border-radius:12px;

    padding:25px;

    box-shadow:0 8px 18px rgba(0,0,0,.25);

}

.login-card h4{

    color:white;

    margin-bottom:20px;

}

.form-control{

    border-radius:8px;

    height:48px;

}

.btn-login{

    background:#1544b5;

    color:yellow;

    font-weight:bold;

    height:48px;

    border-radius:8px;

}

.btn-login:hover{

    background:#0d3f95;

    color:white;

}

.info-panel{

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

}

.info-panel h1{

    margin-top:20px;

    font-size:28px;

    font-weight:700;

    color:#111;

    line-height:1.4;

}

.logo{

    margin-bottom:15px;

}

.description{

    margin-top:45px;

    background:#2e7bc8;

    color:white;

    font-size:26px;

    font-style:italic;

    padding:30px;

    width:100%;

}