body {
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0
}
p {
    line-height: 1.5em
}
#login>p {
    text-align: center
}
#login>p span {
    padding-left: 5px
}
.middle {
    display: flex;
    width: 600px
}
.login-logo img {
    margin-bottom: 125px;
    margin-top: 20px;
}
.login-logo p {
    margin: 5px;
    color: #000;
    font-size: 1.1em;
}
.login-logo p .spn-01 {
    font-size: 1.3em;
    width: 300px;
}
.login-logo .spn-02 {
    font-size: 1em;
}
.login-logo .spn-02 small {
    margin-left: 60px;
}
.login-box-wrapper a {
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .7em;
    color: #8D99A4;
}

.block-text p{    
    color: #fff;
}
.btn.btn-bluelight {
    background-color: #eafcff;
    color: #7fbad6;
}
.btn.btn-bluelight:hover{
    background-color: #008ed5; 
    color: #fff;
    }
.btn-orange, .btn-blue, .btn-gray, .btn-bluelight, .btn-purple {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    color: #fff;
}
.form-wrapper.contato .form-control.input-lg {
    height: 60px;
    padding:19px;
    width: 100%;
}
.btn-orange {
    background-color: #FF8519;
}
.btn-orange:hover {
    background-color: #cf690f;    
    color: #fff;
}
.orange{
    color: #FF8519 !important ;
}
.grey{
    color: #A6A6A6;
}
.form-control, .btn {
    font-size: 16px;
    font-size: parseInt(16px)/10rem;
}
.login-box-wrapper .titulo {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.7em;
    color: #ABC0D2;
}
.login-box-wrapper {
    min-height: 343px;
    padding: 35px 0px;
    border: 1px solid #C0D1DD;
    color: #ABC0D2;
}
body {
    font-size: 16px;
    font-size: 1.6rem;
}
html {
    font-size: 62.5%;
}
.login-box-wrapper.register .titulo:after {
    background-color: #FFA94B;
}
.login-box-wrapper .titulo:after {
    width: 43px;
    height: 3px;
    position: relative;
    bottom: -13px;
    left: -16px;
    content: '';
    display: block;
    background-color: #ABC0D2;
}
@media only screen and (min-width: 600px) {
    .container {
        left: 50%;
        position: fixed;
        top: 45%;
        transform: translate(-50%, -50%);
    }
    .block-text{
        background-color: #ffb553;
        width: 150% !important;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
}
@media only screen and (max-width: 600px) {
    .block-text{
        background-color: #ffb553;
        width: 150% !important;
        left: 50%;
        transform: translate(-15%, -2%);
    } 
    .login-logo img {
        margin-bottom: 10px !important;
        margin-top: 25px !important;
    }
    .login-box-wrapper{
        transform: translate(10px, 10px) !important;
    }
    
}