﻿section.page-register h1 {
    margin: 20px 0 40px 0;
}

section.page-register .register {
    margin: 20px auto;
    max-width: 400px;
}

section.page-register .register-screen {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
}

section.page-register .app-title {
    text-align: center;
    color: #777;
}

section.page-register .register-form {
    text-align: center;
}

section.page-register .control-group {
    width: 84%;
    margin: 0 auto;
}

section.page-register input {
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px !important;
    font-size: 16px !important;
    font-weight: 300;
    padding: 10px 0;
    width: 100%;
    transition: border .5s;
}

section.page-register .dx-placeholder {
    font-weight: 300;
}

section.page-register .dx-texteditor {
    border-radius: 3px;
}

section.page-register .register-agree {
    padding: 0;
}

    section.page-register .register-agree .dx-checkbox-container {
        margin-bottom: 10px;
    }

    section.page-register .register-agree .dx-checkbox-icon {
        border-radius: 3px;
    }

    section.page-register .register-agree .dx-field-label {
        display: none;
    }

    section.page-register .register-agree .dx-field-value {
        float: left;
        width: 100%!important;
    }

section.page-register div.dx-placeholder {
    text-align: center;
    width: 100%;
    font-size: 16px;
    height: 44px;
}

section.page-register input:focus {
    border-color: transparent;
    box-shadow: none;
}

section.page-register .register-link {
    font-size: 12px;
    color: #444;
    display: block;
    margin-top: 12px;
}

section.page-register .dx-button-content span.dx-button-text {
    color: #fff;
}

section.page-register .button-indicator {
    vertical-align: middle;
    margin-left: -36px;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
}

.validation-summary-errors li {
    border: 1px solid transparent;
    border-color: #953b39;
    color: #fff;
    background: #c26565;
    text-shadow: none;
    margin-bottom: 20px;
    margin-top: 0;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
}

.dx-checkbox-has-text .dx-checkbox-text {
    color: #333;
}

.control-group .dx-field {
    margin-bottom: 10px;
}
