
*, *:before, *:after
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(238, 236, 236);
}

#page-container
{

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: rgb(39, 39, 39);

}

#box-container {

    display: flex;
    width: 100%;
    height: 100%;
}



#right-menu {

    display: flex;
    position: relative;
    height: 100%;
    background-color: rgb(238, 236, 236);
    padding: 30px 50px 50px 50px;

}  

#center-menu {

    box-shadow: 0 0 60px #333;
    margin: 200px auto;
    width: 40%;
    height:50%;
    z-index:1000;
    display: flex;
    position: relative;
    background-color: rgb(238, 236, 236);
    padding: 30px 50px 50px 50px;

} 

.container1{
   width: 300px;
}


.container2{
    width: 300px; 
 }

 .container3{
    width: 300px; 
 }

.img_logo{
    width: 297px;
    height: 50px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2{
    color: rgb(78, 78, 78)
}

.cor-cinza {
    color: rgb(165, 164, 164) !important
}

.form{
    padding-top: 15px;
    padding-bottom: 50px;
    height: 50%;
    margin-bottom: 10px;
}

.form-control3{
    padding: 30px;
    padding-left: 10px;
    height: 50px;
}

.form-control3:focus{
    box-shadow: none;
    border-style:solid;
    border-width: 1px;
    border-color:  #CED4DA;
}

.form-control2{
    padding: 15px;    
    padding-left: 10px;
    height: 50px;
    margin-left: 0px !important;
}

.form-control2:focus{
    box-shadow: none;
    border-style:solid;
    border-width: 1px;
    border-color:  #CED4DA;
}

.end{
  width:200px;  
  margin-right: 10px;
}

.num{
    width:80px;  
    margin-right: 10px;
}

.cid{
    width:210px;  
    
}

.uf{
  width:80px;  
  margin-right: 10px;
}

.pais{
    width:210px;  
}

.ddd{
  width:80px;  
  margin-right: 10px;
}

.tel{
    width:210px;  
}


.form-check-input{
    position: relative;
    top:2px;
}

.form-control-gray{
    background-color: rgb(226, 224, 224) !important
}


.pass{
    border-right-style: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pass:focus{
    border-right-style: none;
}


.mostrar{
    height: 62px;
    background-color: rgb(253, 253, 253);
    border-style:solid;
    border-color: #CED4DA;
    border-left-style: none;
    border-width: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.show{
    color: rgb(85, 84, 84);
    font-size: 15px;
    padding-top: 19px;
}

.show:visited{
    color:rgb(85, 84, 84);
}

.show:hover{
    color:rgb(85, 84, 84);
}

.show:active{
    color:rgb(85, 84, 84);
}

.lb_lm{
    font-size: 15px;
}

.check
{
    position: relative;
    left:15px;
}

.esqueci{
    padding-left: 0px;
    position: absolute;
    top:0px;
    right:0px;
}

.forget{
    color: rgb(85, 84, 84);
    font-size: 15px;
    padding: 0px;
    border: 0px;
}

.forget:visited{
    color:rgb(85, 84, 84);
}

.forget:hover{
    color:rgb(85, 84, 84);
}

.forget:active{
    color:rgb(85, 84, 84);
}

.btnform {
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 16px 0px 16px 0px;
    cursor: pointer;
}

.btnform:active {
    opacity: 0.8;
    outline:none;
}

.btnform:hover {
    opacity: 0.8;
    color: rgb(255, 255, 255);
}

.btnform:focus {
    outline:none;
}

.btn1 {
    font-size: 0.8em;
    background-color: rgb(255, 255, 255);
    color: rgb(165, 164, 164);
    padding: 10px 15px 10px 15px;
    border-style:solid;
    border-width:1px;
    border-color: rgb(165, 164, 164);
    border-radius: 30px;
    margin-bottom:30px;
    outline:none;
}


.btn1:hover {
    color: rgb(66, 66, 66);
    border-color: rgb(66, 66, 66);
    outline:none;
}

.btn1:focus{
    color: rgb(133, 132, 132);
    border-color: rgb(133, 132, 132);
    outline:none;
  }

.linkblocks{
   
}

.linkblock1{
    margin-top: 30px;
}

.linkblock2{
    position: relative;
    top: 50px;
}

.btn{
    position:relative;
    left:-13.5px;
    padding-right: 0px;
    
}

.link2{
    color: rgb(32, 32, 32);
    font-weight: bold;
}

.link2:visited{
    color:rgb(32, 32, 32);
}

.link2:hover{
    color:rgb(32, 32, 32);
}

.link2:active{
    color:rgb(32, 32, 32);
}


.link3{
    color: rgb(134, 133, 133);
    
}

.link3:visited{
    color:rgb(134, 133, 133);
}

.link3:hover{
    color:rgb(134, 133, 133);
}

.link3:active{
    color:rgb(134, 133, 133);
}

@media(max-width: 700px){
    #cover-image {
      display: none !important;
    }
    #box-container{
        max-width: 100%;
    }
    #page-container{
        max-width: 100%;
    }    
}

.btnprox{
    position: relative;
    right: 0px;
    float:right;
    
}

.btntab{
    background-color: #808081;
    color: rgb(255, 255, 255);
    padding: 10px 16px 10px 16px;
    cursor: pointer;
    
}

.btntab:active {
    opacity: 0.8;
    outline:none;
}

.btntab:hover {
    opacity: 0.8;
}

.btntab:focus {
    outline:none;
}