

.registration_form > input{
    padding: 10px 30px 10px 25px;
    width: 300px;
    border-radius: 10px;
    font-size: 20px;
    background-color: #ffffff;
}
.register_container {
	margin-top: calc(-40vh);
	font-size: 2em;
	font-weight: bold;
}


.register_check_input {
	position: fixed;
	top: -100px;
}
.register_form_submit {
    background-color: #f3f3f3;
    width: 358px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid;
    display: inline-block;
    /* font-weight: bold; */
    color: #161414;
    border-radius: 10px;
}


.register_error {
	font-size: 25px;
    font-weight: normal;
    color: red;
}