﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

*{
    font-family: 微軟正黑體;
}

body {
    background-color: white;
}

#username, #password, #fullname, #comfirm_password, #username2, #password2 {
    width: 200px;
    height: 20px;
    margin: 10px;
    color: #df5334;
}

h3 {
    margin: 10px;
    color: #df5334;
}

h5 {
    margin: 20px;
    color: #a3a2a3;
}

    h5:hover {
        color: black;
    }

#container1, #container2 {
    //margin: 50px;
    padding: 10px;
    width: 230px;
    height: 300px;
    background-color: white;
    border-radius: 5px;
    border-top: 10px solid #df5334;
    box-shadow: 0 0px 70px rgba(0, 0, 0, 0.1);
    /*定位對齊*/
    position: relative;
    margin: auto;
    top: 100px;
    //text-align:center;
}

.system_name {
    /*定位對齊*/
    position: relative;
    margin: auto;
    top: 100px;
    text-align: center;
}

.submit {
    color: white;
    background: #df5334;
    width: 200px;
    height: 30px;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 0px;
}

    .submit:hover {
        background: #db6937;
    }

#container2 {
    visibility: hidden; /*剛開始消失*/
    height: 350px;
}

#copyright {
    text-align: center;
    color: #a3a2a3;
    margin: -200px 0px 0px 0px;
    font-size: 14px;
}

input {
    padding: 5px;
    border: none;
    border: solid 1px #ccc;
    border-radius: 5px;
}