body{

    background:#edf2f7;
    padding-top:70px;

}

.card{

    border:none;
    transition:.25s;

}

.card:hover{

    transform:translateY(-3px);

}

.login-icon{

    width:85px;
    height:85px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#0d6efd,#3d8bfd);

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    box-shadow:0 10px 30px rgba(13,110,253,.30);

}

.form-control{

    padding:.8rem .9rem;

}

.input-group-text{

    background:#f8f9fa;

}

.btn-primary{

    border-radius:10px;

}

.btn-primary:hover{

    transform:translateY(-1px);

}

.card{

    border-radius:20px;

}