input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset;
}


input:-webkit-autofill {
    -webkit-text-fill-color: #444 !important;
}


.header-escape{
    margin-top: 70px;
}

.frm-container{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

.frm-form input[type="text"], input[type="password"] {
    width: 100%;
    margin: 10px 0px;
}

#recaptcha_response_field{
    height: 34px;
    padding: 6px; 12px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #555;
}


.mgb10{
    margin-bottom: 10px;
}

.mgl20{
    margin-left: 20px;
}

.mgb20{
    margin-bottom: 20px;
}