body {
    padding: 0;
    margin: 0;
}
.cr-content-window-wrapper {
    margin: 18px 0 0 20px;
    font-size: 14px;
    text-align: inherit;
}

.cr-content-window-wrapper .cr-content-window {
    background: #FFFFFF;
    color: #555555;
    padding: 0;
    display: block;
    border: none;
    box-shadow: none;
    max-width: 558px;
}

.cr-content-window-wrapper .cr-content-window .cr-action-buttons-wrapper {
    margin-top: 0;
}

.cr-content-window-wrapper .cr-content-window .cr-main-text {
    font-size: 12px;
    height: 20px;
}

.cr-installation-popup-msg {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    line-height: 1.575;
    color: #555555;
    padding-bottom: 10px;
    padding-right: 12px;
}

.cr-content-window-wrapper .cr-content-window label[for="cr-shop-name"] {
    width: 51px;
}

.cr-content-window-wrapper .cr-content-window .error-container {
    text-align: right;
    padding: 5px 0 5px 0;
    font-size: 12px;
    color: #FC2C2C;
    width: 518px;
    height: 15px;
}

.cr-content-window-wrapper .cr-content-window .forgot-store {
    text-align: left;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 5px;
}

a {
    color: #EC6702;
}

.cr-content-window-wrapper .cr-content-window .error {
    display: none;
}
.cr-content-window-wrapper .cr-content-window .error.active {
    display: block;
}
.cr-content-window-wrapper .cr-content-window input[type="text"] {
    width: 443px;
    height: 26px;
    background: #F6F6F6;
    color: #555555;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]:invalid,
.cr-content-window-wrapper .cr-content-window input[type="text"].invalid {
    border: 1px solid #FC2C2C;
}

.cr-content-window-wrapper .cr-content-window input[type="text"]:focus:invalid,
.cr-content-window-wrapper .cr-content-window input[type="text"]:focus.invalid {
    outline: none;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #858585;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #858585;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #858585;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #858585;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #858585;
}
.cr-content-window-wrapper .cr-content-window input[type="text"]::placeholder { /* Most modern browsers support this now. */
    color: #858585;
}

.cr-content-window-wrapper .cr-content-window .cr-primary {
    font-weight: bold;
    font-size: 16px;
    width: 518px;
    height: 38px;
    padding: 6px 12px;
    border: none;
}