﻿#img2 {
position:absolute;
bottom:7%;
left:18.3%;
width:410px;
margin-top:-32px;
margin-left:-205px;
z-index:6;
}
        .rounded {
          border-radius: 7px;
          border: 1px solid double red;
          padding: 5px;
        }
            .lb_bck{
                color: white;
                top: 30px;
                left: 1075px;
                width: 36px;
                height: 30px;
                font-size: large;
                font-weight: bold;
                text-decoration: none;
            }  
            .lb_bck:hover, .lb_reg:hover{
                background-color: darkblue !important;
                color: white !important;
            }
            .lb_reg{
                color: white;
                top: 30px;
                left: 1185px;
                width: 36px;
                height: 30px;
                font-size: large;
                font-weight: bold;
                text-decoration: none;
            }    
            .LoginButton{
                color: black;
                width: 104px;
                height: 35px;
                font-size: x-large;
                font-weight: bold;
                text-decoration: none;
            }    
            .LoginButton:hover{
                background-color: #00008B !important;
                color: white !important;
            }
        img.background {
            position: absolute;
            z-index: -1;
            width: 100%;
            top: 0;
            left: 0;
        }
        .content {
            position: relative;
            width: 1220px;
            height: 780px;
            color:  #fff; /* Text color for content div. */
        }
        #wrapper {width: 1180px; margin-left: auto; margin-right: auto;}
