﻿body {
    background-attachment: fixed;
    background-size: cover;
    background-color: #dee2ce;
    background-color: white;
    background-image: url('../images/signupbg.jpg');
    overflow:hidden;
}
.leftcol {
    background-color: #083505 !important;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 10px;
    color: white;
    margin-left:2px;
    margin-right:2px;
}
