body {
    font-family: "Montserrat", sans-serif;
    background: #f2f2f2;
}
.centrado{
    text-align: center;
}
.container {
    max-width: 900px;
}

a {
    display: inline-block;
    text-decoration: none;
}

input {
    outline: none !important;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
}
h4 {
    font-size: 13px;
}

section#formHolder {
    padding: 50px 0;
}


/*xD agreadados*/

.ades{
    color: #14a4d8;
}
.btn-selecionarx{
    text-decoration: none!important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;

    border: 1.4px solid #4CAF50!important;
    color: #4CAF50!important;
}
.btn-selecionarx:hover {
    text-decoration: none!important;
    background-color: #4CAF50!important;
    color: #fff!important;
    padding: 9px 21px;
    border: 1.4px solid #4CAF50!important;
    border-radius: 20px;
}

.btn-selecionary{
    text-decoration: none!important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border: 1px solid #fb6544!important;
    color: #fb6544!important;
}
.btn-selecionary:hover {
    text-decoration: none!important;
    background-color: #fb6544!important;
    color: #fff!important;
    padding: 9px 21px;
    border: 1.4px solid #fb6544!important;
    border-radius: 20px;
}

.modal-body, .modal-title{
    color:#000!important;
    display: inline-block;
}
.modal-header {
    padding-top: 15px!important;
    padding-left: 15px!important;;
    padding-bottom: 15px!important;;
}
/*xD agreadados*/


.brand {
    width: 525px;
    padding: 20px;
    background: url(https://goo.gl/A0ynht);
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 540px;
    position: relative;
    box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -moz-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -o-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -ms-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    /* transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995); */
    z-index: 2;
}
.brand.active {
    width: 100%;
}
.brand::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:#fff;
    z-index: -1;
}
.brand a.logo {
    color: #f95959;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1em;
}
.brand a.logo span {
    font-size: 30px;
    color: #fff;
    transform: translateX(-5px);
    display: inline-block;
}
.brand .heading {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    /* transition: all 0.6s; */
}
.brand .heading2 {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* transition: all 0.6s; */
}
.brand .heading.active {
    top: 100px;
    left: 100px;
    transform: translate(0);
}
.brand .heading h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.brand .heading p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: 4px;
    font-family: "Raleway", sans-serif;
}
.brand .success-msg {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 60px;
}
.brand .success-msg p {
    font-size: 25px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}
.brand .success-msg a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 30px;
    background: #f95959;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
}
.brand .success-msg p, .brand .success-msg a {
    /* transition: all 0.9s; */
    transform: translateY(20px);
    opacity: 0;
}
.brand .success-msg p.active, .brand .success-msg a.active {
    transform: translateY(0);
    opacity: 1;
}

.form {
    position: relative;
}

.text1{
    margin-top: 10px;
    color: #cbcbcb;
    font-size: 22px!important;
    font-family: Montserrat light;
}
.text2{
    margin-top: 10px;
    margin-bottom: 0px;
    color: #cbcbcb;
    font-size: 20px!important;
    font-family: Montserrat light;
}
.text3{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #cbcbcb;
    font-size: 20px!important;
    font-family: Montserrat light, serif;
}


.fondo1{


    background: rgba(35,125,190,1)!important;
    background: -moz-linear-gradient(-45deg, rgba(35,125,190,1) 0%, rgba(23,177,233,1) 100%)!important;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,125,190,1)), color-stop(100%, rgba(23,177,233,1)))!important;
    background: -webkit-linear-gradient(-45deg, rgba(35,125,190,1) 0%, rgba(23,177,233,1) 100%)!important;
    background: -o-linear-gradient(-45deg, rgba(35,125,190,1) 0%, rgba(23,177,233,1) 100%)!important;
    background: -ms-linear-gradient(-45deg, rgba(35,125,190,1) 0%, rgba(23,177,233,1) 100%)!important;
    background: linear-gradient(135deg, rgba(35,125,190,1) 0%, rgba(23,177,233,1) 100%)!important;
}


.form .form-peice {
    background: #fff;
    min-height: 480px;
    margin-top: 30px;
    box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -moz-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -o-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    -ms-box-shadow: 0px 0px 30px 10px rgba(81, 158, 244, 0.15);
    color: #bbbbbb;
    padding: 30px 0 60px;
    /* transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995); */
    position: absolute;
    top: 0;
    left: 0%;
    width: 90%;
    overflow: hidden;
}
.form .form-peice.switched {
    transform: translateX(-100%);
    width: 100%;
    left: 0;
}
.signup-form {
    overflow: auto;
    color:#fff;
    word-wrap: break-word!important;
    padding: 0 10px;
    margin: 0;
    width: 90%;
    height: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* !*   background: rgba(255, 255, 255, 0.8)!important;*!
        -moz-background:rgba(255, 255, 255, 0.8);
        -webkit-background:rgba(255, 255, 0, 0.8);
        -o-background: rgba(255, 255, 255, 0.8);
        -ms-background:rgba(255, 255, 255, 0.8);*/
}
.form form .form-group {
    margin-bottom: 5px;
    position: relative;
}
.form form .form-group.hasError input {
    border-color: #f95959 !important;
}
.form form .form-group.hasError label {
    color: #f95959 !important;
}
.form form label {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transform: translateY(40px);
    /* transition: all 0.4s; */
    cursor: text;
    z-index: -1;
}
.form form label.active {
    transform: translateY(10px);
    font-size: 10px;
}
.form form label.fontSwitch {
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
}
.form form input:not([type=submit]) {
    background: none;
    outline: none;
    border: none;
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #e2e2e2;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
}
.form form input:not([type=submit]).hasError {
    border-color: #f95959;
}
.form form span.error {
    color: #f95959;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
}
.form form input[type=password] {
    color: #f95959;
}
.form form .CTA {
    margin-top: 30px;
}
.form form .CTA input {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 30px;
    background: #f95959;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    border: none;
    font-family: "Montserrat", sans-serif;
}
.form form .CTA a.switch {
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #bbbbbb;
    text-decoration: underline;
    /* transition: all 0.3s; */
}
.form form .CTA a.switch:hover {
    color: #f95959;
}

footer {
    text-align: center;
}
footer p {
    color: #777;
}
footer p a, footer p a:focus {
    color: #b8b09f;
    /* transition: all 0.3s; */
    text-decoration: none !important;
}
footer p a:hover, footer p a:focus:hover {
    color: #f95959;
}

@media (max-width: 992px) {
    .container {
        overflow: hidden;
    }

    section#formHolder {
        padding: 0;
    }
    section#formHolder div.brand {
        margin: 0;
        top: 0;
        left: 0;
        width: 100% !important;
        min-height: 480px !important;
    }
    section#formHolder div.brand.active {
        min-height: 100vh !important;
    }
    section#formHolder div.brand .heading.active {
        top: 200px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    section#formHolder div.brand .success-msg p {
        font-size: 16px;
    }
    section#formHolder div.brand .success-msg a {
        padding: 5px 30px;
        font-size: 10px;
    }
    section#formHolder .form {
        width: 80vw;
        min-height: 500px;
        margin-left: 10vw;
    }
    section#formHolder .form .form-peice {
        margin: 0;
        top: 0;
        left: 0;
        width: 100% !important;
        /* transition: all 0.5s ease-in-out; */
    }
    section#formHolder .form .form-peice.switched {
        transform: translateY(-100%);
        width: 100%;
        left: 0;
    }
    section#formHolder .form .form-peice > form {
        width: 100% !important;
        padding: 60px;
        left: 50%;
    }
}
@media (max-width: 570px) {

    section#formHolder .form {
        width: 100vw;
        margin-left: 0;
    }
    section#formHolder div.brand {
        margin: 0;
        top: 0;
        left: 0;
        width: 100% !important;
        min-height: 710px !important;
    }
    .brand .heading {
        position: absolute;
        top: 14%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        /* transition: all 0.6s; */
    }

    h2 {
        font-size: 50px !important;
    }
}
