*
{
    box-sizing: border-box;
    line-height: 125%;
    margin: 10;
    padding: 0px;
}


body,
input 
{
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: none;
}

body
{
    background-image: url("https://wallpaperaccess.com/full/1815581.jpg");
    height: auto;
    background-position: auto;
    background-repeat: auto;
    background-size: auto;
}

.box
{
    background-color: white;
    border-radius: 5px;
    box-shadow: 13px 13px 5px rgba(0, 0, 0, 0.75);
    padding: 25px;
    width: 650px;
    margin: 120px auto;
    border: 5px solid red;
    opacity: 0.9;
}

input[type="text"] 
{
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 10px;
    width: 100%;
}

input[type="submit"] 
{
    border: dotted solid;
    background-color: red;
    border-radius: 5px;
    
    color: black;
    font-weight: 700;
    outline: none;
    padding: 10px;
    width: 100%;
}
