html, body {
	height: auto;
	font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,
	sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
} 

.btn-reset {
	background-color:#68a3cc !important;
	color: #fff!important;
}

.reset-div {
	padding: 25px 35px 15px 35px;
	border-radius: 7px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    background-color: #F6F6F6 !important;
    max-width: 520px;
}

.reset-form {
	height: 40px !important;
}

.reset-text {
	color: #666666;
	font-size: 1rem;
}

.logo-reset{
	max-height: 150px;
    width: auto;
}

.reset-content {
	margin-top: 10%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #dbdccd;
    color: black;
    text-align: center;
    padding: 1rem;
}

.card-tittle {
	border-bottom: 2px solid #b7d4e7 !important;
}

h4 {
	font-size: 22px;
}

p {
	font-size: 12px;
}

@media (max-width:767px) {
	.reset-content {
		padding:15px !important;
	}

	footer {
        font-size: 11px;
    }
}