﻿body {
    background-image: url('../../Content/img/login/background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-repeat:no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: Arial;
    overflow-x: hidden;    
}

#d_logo {
    margin-top: 35px;
    height: 116px;
    margin-left: 0px;
    width: 100%;
    padding-right: 25px;
}

#d_info_text {
    margin: 0 auto;
    height: 143px;
    width: 907px;
    margin-left: 100px;
}

#d_registration {
    margin: 0 auto;
    border: 1px solid #F39B45;
    font-size: large;
    font-family: Arial;
    height: 240px;
    width: 430px;
    padding: 20px;
    background-color: white;
}

#d_registration_info {
    padding: 5px;
    width: 120px;
    /*height: 30px;*/
    font-family: Arial;
    font-size: smaller;
    color: #FFFFFF;
    text-align: center;
    border: thin solid #000000;
    background-color: #000000;
    border-radius: 15px;
}

.username {
    border: 2px solid #F39B45;
    height: 30px;
    width: 100%;
    font-size: 13px;
}

.password {
    border: 2px solid #F39B45;
    height: 30px;
    width: 100%;
    font-size: 13px;
}


#t_reg_data {
    margin-top: 20px;
}

#btn_login_asp {
    margin-top: 10px;
    float: right;
    font-family: Arial;
    font-size: 14px;
}

#lb_info_header1 {
    font-weight: bold;
    font-size: xx-large;
}

#lb_info_header2 {
    font-weight: bold;
    font-size: large;
}

.label-reg-data {
    font-size: 16px;
    font-weight: normal;
}
