body {
    background-image: url('/resources/images/backgrounds/background_4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.left {
    width: 50%;
    height: 100%;
    float: left;
}

.right {
    width: 50%;
    height: 100%;
    float: left;
}

.left form {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.left form input{
    width: 100%;
    height: 40px;
    margin-top: 40px;
    border: none;
    background: rgba(0,0,0,.5);
    color: #f0f0f0;
    padding-left: 5px;
}

.left form textarea{
    width: 100%;
    height: 100px;
    margin-top: 40px;
    border: none;
    background: rgba(0,0,0,.5);
    color: #f0f0f0;
    padding-left: 5px;
}

.left form input[type=submit]{
    width: 100px;
    margin-top: 40px;
    background:transparent;
    border:0;
    color: #f0f0f0;
    font-size: 20pt;
    text-align: left;
}
.left form input[type=submit]:hover {
    color: #1b9490;
    cursor: pointer;
}
.right img {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    display: block;
}

.title {
    color: #f0f0f0;
}