.select2-container{
    width: 100%;
}

.select2-choice{
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
    padding: 4px 18px !important;
    height: 34px !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
}

form.registration-form fieldset {
    display: none;
}

form .form-bottom .input-error{
    border : 2px solid #ff3333;
}

.dashboard-info {
    display: flex;
    justify-content: center;
}

.dashboard-info > .info-box-content {
    margin-left: 0;
}
