.Login2faSection h2 {
    color: #354052;
    font-weight: 600;
    font-size: 28px;
}

.Login2faSection .form-group label {
    margin-bottom: 0px;
}

.remCheck input{
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.Login2faSection .btn {
    background: #ef3a4c !important;
    border-radius: 0;
    min-width: 120px;
    line-height: 24px;
    border: none !important;
    margin: 15px 0;
}

.Login2faSection .btn-primary:hover {
    background: #19263f !important;
}