.back {
    background: #caa582;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.div-center {
    background-color: #54646efd;
    padding: 1em 2em;
	color: #ffffff;
    display: flex;
    align-items:center;
	border-radius: 30px;
}

div.content {
    display: flex;
    flex-direction: column;
	width: 400px;
}

div.content > form > a{
	color: #f3c79d;
}
div.content > form > a:hover{
	color: #b1f2f7;
}

.rmt_login_btn{
	width: 100%;
	background-color: #f3c79d !important;
}

.login_logo_container{
	padding: 40px;
}



@media only screen and (max-width: 768px) {
    .div-center{
        width: 75%;
        height: 55%;
        font-size: 2.5vw;
		flex-direction: column;
    }

	div.content{
		width: 100% !important;
	}

	.login_logo_container{
		padding: 10px;
	}

	.login_logo_container > img{
		width: 50px !important;
	}

	.rmt_label{
		font-size: 4vw;
	}

}