
.cont {
    width: 500px;
    margin-left: 30rem;
    text-align: left;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-content: center; 
}

.mail {
    width: 15.5rem;
}

.mail:focus {
    box-shadow: none;
}

.larger-font {
    position: relative;
}

.lform {
    position: relative;
    left: -92px;
}

.form-check-input:focus {
	box-shadow: none;
	text-shadow: none;
}

.form-check-input:active {
	box-shadow: none;
	text-shadow: none;
}

@media screen and (max-width: 600px) {
    .lform {
        position: relative;
        left: 0px;
    }

    .larger-font {
        position: unset;
    }

    .cont {
        text-align: left;
        align-items: left;
		width: 300px;
		margin: 2rem 3rem;
    }
}