.btn-login {
    width: 100%;
    height: 32px;
    border-radius: 45px !important;
    color: #fff;
    border: 1px solid #95A6C2 !important;
    margin-top: 10px;
}

.btn-login:hover {
    background-color: transparent!important;
    border: 2px solid #95A6C2!important;
    color: #fff!important;
}