.modulo-login{
    /*height: 210px;*/
    position: relative;
    overflow: visible;
    /* margin-top: 80px; */
    /*background-color: #333333;*/
    padding-top: 60px;
}

.log-recover-password{
    color: #4A71FF;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
.btn-collapse-sidebar-left {
	display:none;
}
.top-navbar .consultas {
	display:none;
}
.form-signin {
    max-width: 340px;
    padding: 35px 35px 35px;
    margin: 0 auto;
    background-color: #fff;
	border-radius:10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 0 rgb(137 137 137 / 0%);
	text-align:center;
	margin-bottom:30px;
}

    
.bg-color-11 {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
}  
.bg-img {
    top: 0;
    /*width: 100%;*/
    bottom: 0;
    z-index: 999;
	background: rgb(23,124,142);
	background: radial-gradient(circle, rgba(23,124,142,1) 0%, rgba(18,88,114,1) 100%);
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 30px;
	background-image:url(../imgs/bg-login.jpg);
	background-size:cover;*/
	background-repeat:no-repeat;
} 
.info {
    color: #fff;
	
	margin: 0 100px;margin: 0 100px;
}

.info h1 {
    /*line-height: 44px;
    margin-top: 0px;
    font-weight: 400;
	margin: 20px 100px;
	margin-bottom:20px;
	margin-top:0px;*/
	
    line-height: 42px;
    margin-top: 0px;
    font-weight: 700;
}

.info p {
    /*line-height: 46px;
    font-weight: 400;
	background-color: #0089d9a8;
	font-size: 17.1px;
	margin: 0 60px;*/
}

.mostrar-c{
    position: relative;
    top: -33px;
    float: right;
    right: 18px;
    color: #656565;
    cursor: pointer;
}

.p-foot {
    line-height: 46px;
    font-weight: 400;
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    position: fixed;
    bottom: 0;
    /* width: 100%; */
    z-index: 999;
}

.modulo-login h2 {
    text-align: center;
    line-height: 26px;
    color: #1C1C1B;
    font-size: 22px;
    padding-bottom: 3px;
    font-weight: 600;
	margin-bottom: 10px;
}
.modulo-login h2 span {
    font-weight: 600;
	color: #006FD9;
}


.modulo-login .sub-p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
	color:#707070;
}

@media (max-width: 767px){

.form-signin {
    max-width: inherit;
    padding: 25px 20px 25px;
    margin: auto 15px;
	margin-bottom:20px;
    background-color: #fff;
	border-radius:10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 0 rgb(137 137 137 / 0%);
	text-align:center;
}

.modulo-login h2 {
    line-height: 26px;
    font-size: 18px;
	margin-bottom:0px;
}

.modulo-login .sub-p{
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 14px;
}

.bg-color-11 {
    min-height: 88vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.bg-color-11 img {
	max-width:240px;
}  

.p-foot {
    line-height: 46px;
    font-weight: 400;
    background-color: #104e8e;
    font-size: 12px;
    text-align: center;
    color: white;
	margin-bottom:0px;
	position:fixed;
	bottom:0;
	width:100%;
}

.modulo-login {
	    padding-top: 40px;
}

.log-button {
    padding: 0 20px;

}

}

@media (min-width: 767px){
.logo-brand {
    width: 220px;
}
}
