﻿body {
}

/*.form-standard .close {
    position: absolute;
    background-color: rgb(54,54,54);
    padding: 5px 10px;
    top: 0;
    right: 0;
    font-size: 30px;
    color: white;
    opacity: 1;
}

.form-standard .close:hover {
    background-color: rgb(34,34,34);
    color: white;
    opacity: 1;
}*/