@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html::-webkit-scrollbar,
div#modal-rules::-webkit-scrollbar{
    display: none;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: transparent;
    max-width: 980px;
    margin: 0 auto;
}

legend{
    font-size: 14px;
    font-weight: bold;
}

label{
    margin-bottom: .2rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.overlay{
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    top: 0;
    margin: 0 auto;
    left: 0;
}

.hide{
    display: none;
}

#main{
    background: white;
    border-radius: 8px;
    /*margin: 10% 20px 20px;*/
}

#main bg-white{
    border-radius: 8px;
}

#overlay-form-register {
    background: url("spinner.svg") rgba(255, 255, 255, 0.7) center center no-repeat;
    background-size: 50px;
    min-height: 30px;
    top: 0;
}

#box-bank-digital{
    font-size: 13px;
}

/*@font-face {
    font-family: ProximaNova;
    src: url("./proximanova/ProximaNova-Light.otf") format("opentype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: bold;
    src: url("./proximanova/ProximaNova-Bold.otf") format("opentype");
}*/

.form-content .image-area {
    background-color: #EE830D;
    /*width: 100%;*/
    padding: 20px 10px;
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.form-content .image-area .logo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

/*.modal-content {
    border: none !important;
    background-color: unset;
}*/

.form-content span.title {
    display: block;
    text-align: left;
    color: white;
    text-transform: uppercase;
    border-left: 1px solid white;
    padding-left: 5%;
    margin-left: 5%;
    padding-top: 5px;
}

.text-orange {
    color: #EE830D;
}

.bg-orange {
    background-color: #EE830D;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.orange {
    color: #EE830D;
}

.black-title {
    font-weight: 600;
}

#init_cnpj {
    box-shadow: none !important;
    outline: none !important;
}

#init_cnpj:focus-within {
    box-shadow: 2px 5px 2px #EE830D;
    outline: #EE830D !important;
    border: 1px solid #EE830D;
}

#init_cnpj::-webkit-input-placeholder { 
  color: #EE830D;
}

#init_cnpj:-ms-input-placeholder {
  color: #EE830D;
}

#init_cnpj::placeholder {
  color: #EE830D;
}

#init_cnpj {
    border: 1px solid #ccc;
}

#btn-register-next {
    background: #EE830D;
    color: white;
    border-radius: 3px;
}

.btn-orange {
    background: #EE830D;
    color: white;
    border-radius: 3px;
}

.btn-link {
    color: #EE830D !important;
}

.btn-orange:hover {
    color: white !important;
}

.flex-a-center {
    display: flex;
    align-items: center;
}

.mobile-image-area {
    display: none;
    background-color: #1563da;
    text-align: center;
    padding: 20px 5px 10px 5px;
    border-radius: 5px 5px 0 0;
}
/*.mobile-image-area img {
    width: 60%;
}*/

/*.modal-content {
    display: flex;
}*/

/*.modal-content .image-area img {
    width: 100%;
}*/

/*.modal-content .form-area {
    width: 300px;
    height: 352px;
}*/

/*#modal-cadastro {
    position: relative;
}*/

@media only screen and (max-width: 767px) {

    /*.modal-content {
        flex-direction: column;
        !*font-size: 11px;*!
    }*/
    .image-area {
        display: none !important;
    }
    /*.mobile-image-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }*/
}
