﻿body {
    background: none;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
html { font-family: Lato; color: #222; line-height: 14pt;}


.loginwrapper {
    padding: 20px;
    width: 320px;
    margin: auto;
    top: 50%;
    background-color: #F7F7F7;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    /*opacity: 0.8;*/
}
.loginwrapper img{padding:10px;margin:auto;text-align:center;display:block; width:135px; height:40px;}
    .loginwrapper input[type="text"] {
        padding: 10px;
        width: 296px;
        border: solid 1px #999999;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .loginwrapper input[type="password"] {
        padding: 10px;
        width: 296px;
        border: solid 1px #999999;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
.loginwrapper input[type="submit"]{-webkit-appearance:none;box-shadow:none;}
.login-button{width:100%;text-align:right;display:block;height:60px;}
.btnSignIn {
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: #336699;
    color: white;
    box-shadow: none !important;
    border-radius: 0px;
    -webkit-appearance: none !important;
    outline: none;
    border: none;
    width: 100px;
    float: right;
    margin-right: 4px;
}
.loginwrapper h2{text-align:center;margin-bottom:30px;font-size:14px;}
.lnkForgottenPassword {
    clear: both;
    color: #446682;
    text-decoration: none;
    font-size: 14px;
}
.lnkForgottenPassword:hover{text-decoration:underline;}

.loginwrapper .textbox:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}


    .clientsupport {
        display: none;
    }
.logo {
    width:300px;
}

.circular {
    width: 107px;
    height: 107px;
    border-radius: 107px;
    -webkit-border-radius: 107px;
    -moz-border-radius: 107px;
    background: url(/Images/dd_logo_horizontal.jpg);
    margin-right: 15px;
    margin-top: 25px;
}

.header-quote {
    color: #fff;
    font-size: 2.7em;
    font-weight: 700;
}

.header-rectangle {
    width: 862px;
    height: 4px;
    margin-top: 5px;
    background-color: #fff;
    float: left;
}

.header-title {
    width: 1000px;
    height: 150px;
    padding-left: 15%;
    padding-top: 5%;
    /*background-color: rgba(255, 255, 255, 0.9);*/
}

.header-subquote {
    color: #fff;
    float: left;
    font-size: 1.6em;
    /*margin-top: -45px;*/
}

.searchbutton {
    background-color: #336699;
    color: white;
    padding: 5px;
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: small;
}

    .searchbutton:hover {
        background-color: #5e3762;
    }

.label {
    width: 250px !important;
}