:root {
    --color-primary: #fd8e00;
    --color-primary-dark: #EA6200;
    --color-primary-darker: #F45800;
    --color-light: #f7f7f7;
    --color-lighter: #FBFBFB;
    --color-outline: #D6D6D6;
    --color-gray: #4D4D4D;
    --color-dark: #323A41;
}

html, body{
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}
h1{
    font-size: 2rem;
    margin-bottom: 0px;
    text-align: center;
}
div.subtitle{
    margin-bottom: 20px;
    color: #999;
    font-size: 16px;
    text-align: center;
}
a{
    color: #b7b7bd;
    text-align: right;
    width: 100%;
    display: block;
}
#container-full{
    max-width: 1200px;
    overflow: hidden;
    padding: 20px 50px;
    margin: 0;
    max-height: 100vh;
}

#col-logo, #col-form{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 2;
}
#col-logo{
    flex-direction: column;
}
#col-logo *{
    z-index: 5;
}
#col-logo img{
    margin-top: -80px;
    margin-bottom: 20px;
    width: 300px;
}

#col-logo img#iconeLogo {
    width: 85px;
    height: 45px;
    margin-bottom: 8px;
    margin-top: 10px;
}

#col-logo img#iconeLogo.iconeLogo-Gobox{
    display: none;
}

#col-logo p{
    font-size: 19px;
    text-align: center;
    line-height: 20px;
}
.panel{
    width: 500px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05), 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 36px 50px;
    background-color: #fff;
    align-self: center;
    min-width: 500px;
    max-width: 500px;
    border: none;
}
.panel-footer{
    width: 100%;
    border: none;
    background: transparent;
}
#col-logo:before {
    content: "";
    background-color: #f7f7f7;
    width: 200vw;
    position: absolute;
    height: 300vh;
    z-index: 0;
    border-radius: 100%;
    right: -150px;
}
.btn.btn-default[name="btn-entrar"]{
    background-color: var(--color-primary);
    padding: 10px 15px;
    color: #fff;
    height: unset!important;
    border: none;
    outline: none!important;
    width: 100%;
    font-size: 17px;
    margin-top: -15px;
    font-weight: bold;
}
.btn-voltar{
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 20px;
    color: #313131;
}

.btn-voltar i{
    font-size: 16px;
}
.btn-voltar a{
    color: #999;
}
.form-control{
    padding: 20px 15px!important;
    font-size: 16px!important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 20px 15px!important;
    font-size: 16px!important;
    margin-bottom: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 7px;
}
.select2-container--open .select2-dropdown--below {
    top: -15px;
}
#wrapper{
    width: 100vw!important;
    height: 100vh!important;
    margin-top: 0!important;
}
.text-novo-cadastro{
    color: #5a5d5a;
    margin-top: 15px;
    text-align: center;
}
.text-novo-cadastro span{
    font-size: 16px;
}
.text-novo-cadastro a{
    display: unset;
    font-size: 16px;
    color: var(--color-primary);
    font-weight: bold;
    text-decoration: underline;
}
.modal-footer {
    border-top-color: #f4f4f4;
    background: transparent;
}
.btn.btn-default {
    background-color: white;
    background-color: var(--color-primary);
    color: #fff;
    border: navajowhite;
    min-width: 66px;
}

@media (max-width: 992px){
    #col-logo p {
        margin-bottom: 44px;
        margin-top: 9px;
    }
    #container-full{
        padding: 20px 0;
        overflow: unset;
    }
    #col-logo {
        max-height: 40vh;
        height: 250px;
    }
    #iconeLogo{
        display: block;
        width: 80px !important;
    }
    #imageLogo{
        display: none;
    }
    #col-form{
        height: auto;
    }
    #col-logo:before {
        content: "";
        background-color: #f7f7f7;
        width: 200vw;
        position: absolute;
        height: 100vh;
        z-index: 0;
        right: unset;
        bottom: 0;
        border-radius: 100%;
    }
    .panel{
        border: none;
        min-width: unset;
        margin-top: 70px;
        margin-top: -90px;
        box-sizing: border-box; 
    }
    .btn-voltar{
        top: -10px;
        left: 30px;
    }
}

@media (max-width: 500px){
    .panel {
        padding: 5px;
    }
    .text-novo-cadastro span{
        display: none;
    }
    #iconelogo{
        display: block;
    }
    #imagemlogo{
        display: none;
    }
    .text-novo-cadastro a {
        text-decoration: none;
    }
    
}

/* REDEFINIR SENHA */

#login-wrapper .card > .panel-heading {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border-top: 2px solid #f5f5f5;
    background-color: transparent!important;
    border: none;
}
.panel-title {
    font-size: 2rem;
    margin-bottom: 0px;
    text-align: center;
}