/* CSS Document */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
#appOuter {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    height: auto;
    margin: auto;
    width: 100%;
}
.appHeader {
    background-color: #4956ae;
    border-bottom: 2px solid #F1F0F0;
    color: #FFFFFF;
    float: left;
    height: 73px;
    width: 100%;
}
.appHeaderPx {
    height: auto;
    margin: auto;
    width: 1235px;
}
.appLogo {
    float: left;
    height: 33px;
    margin: 5px 0 0 115px;
    width: 200px;
}
.appContact {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 30px 5px 0 0;
    width: auto;
}
.appMid {
    float: left;
    width: 100%;
}
.appMidPx {
    height: auto;
    margin: auto;
    width: 1075px;
}
.appVideo {
    background-image: url("/app/webroot/img/videoBg.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #333333;
    float: left;
    height: 323px;
    margin-top: 86px;
    width: 566px;
}
.appVideo iframe {
    margin: 5px 0 0 5px;
}
.appLoginAccount {
    float: right;
    height: 322px;
   /* margin: 0px -280px 4px 11px;*/
    width: 322px;
    border-radius:20px;
}
.android {
    float: left;
    height: auto;
    width: 100%;
}
.androidIcon {
    border-radius: 50px;
    box-shadow: 0 0 5px #FFFFFF;
    float: left;
    height: 28px;
    margin-left: 10px;
    margin-top: 3px;
    width: 28px;
}
.androidTxt {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin-left: 12px;
    text-align: justify;
    text-shadow: 0 0 7px #FFFFFF;
    width: 268px;
}
.appLogin {
    background-image: url("/app/webroot/img/login.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 0 3px #333333;
    float: left;
    height: 315px;
    /*width: 127%;*/
}
.forgot_password {
    cursor: pointer;
    margin: 10px 0 0 20px;
    font-size: 16px;
}
.create_ac {
    margin: 10px 0 0 20px;
    font-size: 16px;
}
.yourAccount {
    color: #434343 !important;
    float: left !important;
    font-size: 16px !important;
    margin: 0 0 0 20px !important;
}
.appLoginForm {
    float: left;
    margin: 30px 0 0 20px;
    border-radius:20px;
}
.appLabel {
    height: auto;
    width: 100%;
    font-size: 15px;
}
.appInputTxt {
    background-color: #FFFFFF !important;
    border: 3px solid #CCCCCC !important;
    border-radius: 5px !important;
    box-shadow: 0 0 2px #000000 !important;
    color: #000000 !important;
    height: 24px !important;
    opacity: 0.7 !important;
    padding: 0 !important;
    width: 160px !important;
}
.appInputTxt1 {
    background-color: #FFFFFF !important;
    border: 3px solid #CCCCCC !important;
    border-radius: 5px !important;
    box-shadow: 0 0 2px #000000 !important;
    color: #000000 !important;
    height: 24px !important;
    opacity: 0.7 !important;
    padding: 0 !important;
    width: 150px !important;
}
.appInputButton {
    text-align: center;
    margin-top: 10px;
}
.appButtonValue {
   background-image: url("/hms/app/img/aa.png");
   background-size: 110px 40px;
    background-repeat: no-repeat;
    border: 0 none;
    height: 40px;
    border-radius:20px;
    width: 110px;
}
/*.appButtonValue {
    background-image: url("/app/webroot/img/loginButton.png");
    background-position: center center;
    border: 0 none;
    box-shadow: 0 0 3px #333333;
    cursor: pointer;
    height: 34px;
    text-align: center;
    width: 100px;
}*/
.appButtonValue_password {
    background-image: url("/app/webroot/img/submit.png");
    background-position: center center;
    border:  none;
    box-shadow: 0 0 3px #333333;
    cursor: pointer;
    height: 34px;
    border-radius:20px;
    text-align: center;
    width: 100px;
}
.appNewAc {
    background-image: url("/app/webroot/img/newAc.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    box-shadow: 0 0 3px #333333;
    float: left;
    height: 60px;
    margin-top: 14px;
    width: 117%;
}
.appNewAc a {
    color: #000000;
    text-decoration: none;
}
.appNewAc a:hover {
    text-decoration: underline;
}
.appFooter {
    background-color: #434343;
    border-top: 2px solid #F1F0F0;
    color: #FFFFFF;
    float: left;
    height: 95px;
    width: 100%;
}
.appFooterPx {
    font-size: 12px;
    height: auto;
    margin: auto;
    width: 1235px;
}
.appTerms {
    float: left;
    height: auto;
    padding: 45px 0 0 5px;
    width: auto;
}
.appTerms a {
    color: #FFFFFF;
    text-decoration: none;
}
.appTerms a:hover {
    text-decoration: underline;
}
.appCopyRight {
    float: right;
    padding: 45px 5px 0 0;
}

