/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */

body{
    background-color: black;
}
#background{
    background: url("/images/Group 3@2x.png");
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    zoom: 1;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    overflow-x: auto;
    overflow-y: auto;
}
#logo_title_login{
    width: 750px;
    height: 370px;
    margin: 0 auto;
}
#logo_title{
    width: 430px;
    height: 50px;
    margin: 0 auto;
    margin-top: 100px;

}
#logo{
    background-image: url("/images/Logo.png");
    background-repeat: no-repeat;
    width: 119px;
    height: 50px;

    float: left;
}
#title{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    width: 280px;
    height: 50px;
    font-family:'New Century Schoolbook';
    font-weight: bold;
    white-space: nowrap;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: left;

}
#loginOpacityBackground{
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 1px;
    width: 338px;
    height: 341px;
    background: rgba(255,255,255,0.21);
}
#loginBackground{
    position: relative;
    margin-top: 12px;
    margin-left: 12px;
    width: 314px;
    height: 317px;
    background: #ffffff;
}
#notice_font{
    width: 314px;
    height: 22px;
    color: red;
    margin-top: 220px;
    margin-left: 50px;
}
#loginTitle{
    width: 100px;
    height: 24px;
    position: relative;
    font-family:'New Century Schoolbook';
    top: 32px;
    left: 109px;
    font-weight: bold;
    font-size: 24px;
    color: #384250;
    text-align: left;
    line-height: 24px;
    white-space : nowrap;
}
#userName{
    position: absolute;
    top: 88px;
    left: 32px;
}
#password{
    position: absolute;
    top: 152px;
    left: 32px;
}
input{
    width: 240px;
    height: 40px;
    border: 1px solid #D9D9D9;
    font-family:'New Century Schoolbook';
    font-size: 12px;
    color: #858E96;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 10px;
    line-height: 12px;
}
#findPassword{
    position: absolute;
    top: 208px;
    left: 217px;

    font-family:'New Century Schoolbook';
    font-size: 12px;
    color: #747D86;
    letter-spacing: 1px;
    text-align: left;
    line-height: 12px;

}
#loginButton{
    position: absolute;
    top: 236px;
    left: 32px;
    width: 250px;
    height: 40px;
    background: #F5A623;
}
a{
    text-decoration:none
}
button{
    width: 250px;
    height: 40px;
    border: #F5A623;
    font-family:'New Century Schoolbook';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.17px;
    text-align: center;
    line-height: 12px;
    background: #F5A623;
}
#bottom{
    width: 100%;
    height: 80px;
    text-align: center;

    /*position: absolute;*/
    margin-bottom: 0px;
    margin-top: 160px;
    /*border: 1px solid*/

    /*rgba(255,255,255,0.31);*/
}
#bottomWord{
    top: 20px;
    position: relative;
    opacity: 0.7;
    font-family: "New Century Schoolbook";
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
}
