.custom-login .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.custom-login .login-btn-area{
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}
.custom-login .login-btn-area .custom-login-btn{
    text-decoration: none;
    background-color: #6fb068;
    padding: 5px 58px;
    border-radius: 3px;
}