body {
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-image: url(https://i.pinimg.com/736x/5f/30/80/5f30809f09fcf988c16bd474dcc57f7b.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;

}

.boxbox {
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 15px 40px;            
    border-radius: 20px; 
    border-color: #246d4c; 
    border-style:groove;
    color: #000000;  
    display: inline-block; 
    box-shadow: -1px 1px 17px 1px #e8b5b5;
    align-items: center;
    margin-top: 165px;

}

.textbox {
    border: 2px #065230;
    background: #f3dddd;
    text-shadow:#065230;
    height: 25px;
    width: 150px;
    border-radius: 5%;
}

input[type="text"] {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    text-align: center;
}

input[type="password"] {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    text-align: center;
}

.buttons {
    background-color: #065230;
    color: #e8b5b5;
    border-radius: 15%;
}

.buttons2 {
    background-color: #e8b5b5;
    color: #065230;
    border-radius: 15%;
}

a {
    color: #065230;
}