#btn-login {
    position: relative;
    background-color: #3576ba;
    border-radius: 4px;
    margin: -2px 0;
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    overflow: hidden;
    padding: 11px 15px;
    width: 100%;
    -webkit-appearance: none;
}

#btn-login-microsoft {
    position: relative;
    margin-top: 8px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    color: #444;
    padding: 11px 45px;
    background: #fff;
    outline: none;
}

.clsLoginWrapper * {
    box-sizing: border-box;
}

#img-microsoft {
    position: absolute;
    top: 11px;
    left: 13px;
    height: 20px;
    width: auto !important;
}

.label-form {
    display: block;
    text-align: left;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}
