.reset_password_form {

    width: 500px;
    background-color: #EEEEEE;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 2%;
    display: inline-block;
}

.reset_password_form p {
    font-family:"Nunito";
    font-size:15px;
}


.reset_password_form label {
    width:90%;
    text-align:left;
    display:block;
    margin-bottom:5px;
    font-size:15px;
    font-family:"Nunito";
}


.reset_password_form input[type='text'], 
.reset_password_form input[type='password'], 
.reset_password_form input[type='tel'], 
.reset_password_form input[type='email'] {

    width: 90%;
    padding: 5px 0px 0px 0px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    height: 40px;
    box-shadow: inset 0px 2px 3px 1px #D3D3D3;
    text-align:center;
}

#email {
    display:none;
}

::placeholder {
    text-align:center;
}

.reset_password_form i {
    color: rgba(160, 82, 45, 1);
    margin-right: 10px;
}

.input_group {

    margin-bottom: 10px;
    padding: 10px;
}

#frame {

    border:none;
    height:170px;
}

#contain_send_to_mail {

    display:none;
}

@media only screen and (max-width: 430px) {

    body {
        margin:0;
        padding:0;
    }

	.reset_password_form {
		
		width:100%;
        padding:15px;
        margin:0px;
        border:none;
        border-radius:0px;
        background:transparent;
        box-shadow:none;
	}

    .reset_password_form p {
        margin-bottom:30px;
    }

    h2 {
        font-size:20px;
        margin-top:25px;
        padding:0;
    }
}