/*
Theme Name: demopremmerce
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=cyrillic');

body {
    background-color: #f5f7f8;
    margin: 0; padding: 0;
}


.mp-start-demo {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}
.mp-start-demo br {
    display: none;
}
.mp-start-demo p {
    margin: 0; padding: 0;
}
.mp-start-demo h3 {
    font-size: 16px;
    color: #384048;
    font-weight: 600;
    margin:0 0 15px;
    padding: 0;
}
.mp-start-demo label {
    font-size: 14px;
    color: #384048;
    margin-bottom: 5px;
}
.mp-start-demo .mp-demo-email {
    width: 100%;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #ccd3d3;
    box-sizing: border-box;
}
.mp-start-demo .mp-demo-email:focus {
    border: 1px solid #f26451;
}
.mp-start-demo i {
    font-style: normal;
    color: #999;
    font-size: 13px;
}
.mp-start-demo .mp-recaptcha {
    display: table;
    margin: 20px auto;
}
.mp-start-demo .mp-submit {
    font-size: 18px;
    margin: 0; padding: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f26451;
}
.mp-start-demo .mp-submit:hover {
    opacity: .8;
    cursor: pointer;
}
.mp-start-demo .mp-message {
    margin-top: 5px;
}
.mp-start-demo .mp-demo-success {
    font-size: 13px;
    color: green;
}
.mp-start-demo .mp-demo-fail {
    font-size: 13px;
    color: red;
}