﻿body, html {
  margin: 0;
  padding: 0;
  /*background: url(../Images/login_bg.jpg) top left repeat;*/
  font-size: 1em;
  color: #666666;
  font-family: system-ui;
  /*overflow: hidden;*/
}

.focus {
  box-shadow: 0 0 10px #969696 !important;
}

#login-container {
    width: auto;
    height:800px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #FFF;
    /*box-shadow: 2px 2px 2px #969696;*/
    overflow: hidden;
    padding: 20px;
    position:relative;
}

#login-logo {
    float: left;
}
/*#login-logo img {
    width:150px;
}*/

#login-header {
  padding: 15px 0 15px 30px;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Optima, Tahoma, Verdana, Arial, SansSerif;
  color: #f68b2e;
}

#login-form {
  padding: 50px;
  clear: left;
  width: 500px;
  float: left;
  margin-right: 25px;
}

#login-title {
    font-size:1.6em;
    font-weight:bold;
    color:black;
}

#abadata-images {
    display: flex;
    flex-direction: column;
    width: 571px;
    position: absolute !important;
    float: left;
    height: 800px;
    top: 20px !important;
    left: 610px !important;
}

.abadata-image {
    border-radius: 15px;
    height: 800px;
    position:absolute;
    /*right:20px;*/
}

/* Style for screen smaller than 1280x720 */
@media (max-width: 1279px) {
    #abadata-images {
        display: none;
        float: left;
    }

    #login-form {
        margin-right: auto;
        margin-left: auto;
        float: unset;
    }

    #login-container {
        width: auto;
    }

    #equip-form {
        margin-right: auto;
        margin-left: auto;
        float: unset !important;
    }

    #system-notice {
        max-height: 190px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        width: 600px !important;
        float:unset !important;
    }

    #system-notice-container {
        max-height: 155px !important;
    }
}

@media (max-height: 719px){
    #abadata-images {
        display: none;
        float: left;
    }

    #login-form {
        margin-right: auto;
        margin-left: auto;
        float: unset;
    }

    #login-container {
        height: auto;
    }

    #equip-form {
        margin-right: auto;
        margin-left: auto;
        float: unset !important;
        max-height: 650px !important;
        margin-bottom: 50px;
    }

    #system-notice {
        max-height: 190px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        width: 600px !important;
        float:unset !important;
    }

    #system-notice-container {
        max-height: 155px !important;
    }
}

/* Style for screen size starting 1280x720 */
@media (min-width: 1280px) and (min-height: 720px) {
    .abadata-image, #abadata-images {
        /*width: 535px;*/
        height: 659px;
        float: left;
    }

    #login-container {
        width: 1200px;
        height: auto;
        min-height: 660px;
    }

    #equip-form {
        max-height: 560px !important;
        float: left !important;
    }

    #system-notice {
        max-height: 190px !important;
    }

    #system-notice-container {
        max-height: 155px !important;
    }
}

/* Style for screen size starting 1440x900 */
@media (min-width: 1440px) and (min-height: 900px){
    .abadata-image, #abadata-images {
        /*width: 559px;*/
        height: 688px;
        float: left;
    }

    #login-container {
        height: auto;
        min-height: 689px;
    }

    #equip-form {
        max-height: 589px !important;
        float: left !important;
    }

    #system-notice {
        max-height: 220px !important;
    }

    #system-notice-container {
        max-height: 185px !important;
    }
}

/* Style for screen size starting 1536x864 */
@media (min-width: 1536px) and (min-height: 864px) {
    .abadata-image, #abadata-images {
        /*width: 629px;*/
        height: 784px;
        float: left;
    }

    #login-container {
        width: 1280px;
        height: auto;
        min-height: 785px;
    }

    #equip-form {
        max-height: 685px !important;
        float: left !important;
    }

    #system-notice {
        max-height: 320px !important;
    }

    #system-notice-container {
        max-height: 285px !important;
    }
}

/* Style for screen size starting 1600x900 */
@media (min-width: 1600px) and (min-height: 900px) {
    .abadata-image, #abadata-images {
        /*width: 652px;*/
        height: 810px;
        float: left;
    }

    #login-container {
        width: 1290px !important;
        height: auto;
        min-height: 811px !important;
    }

    #equip-form {
        max-height: 714px !important;
        float: left !important;
    }

    #system-notice {
        max-height: 345px !important;
    }

    #system-notice-container {
        max-height: 310px !important;
    }
}

/* Style for screen size starting 1920x1080 */
@media (min-width: 1920px) and (min-height: 1080px) {
    .abadata-image, #abadata-images {
        /*width: 816px;*/
        height: 1000px;
        float: left;
    }

    #login-container {
        width: 1450px !important;
        height: auto;
        min-height: 1001px !important;
    }

    #equip-form {
        max-height: 904px !important;
        float: left !important;
    }

    #system-notice {
        max-height: 530px !important;
    }

    #system-notice-container {
        max-height: 495px !important;
    }
}

#equip-form {
    font-size: 0.9em;
    /*padding: 0 15px 30px 30px; */
    clear: left;
    width: 600px;
    overflow: auto;
    max-height: 700px;
    float: left;
}

#equip-form ul {
    list-style-type: none;
    padding-left: 5px;
}

#equip-form li {
    line-height: 1.9em;
}

#equip-button {
  width: 140px;
  padding: 6px 12px;
  color: #FFF;
  font-size: 1em;
  border: 1px solid rgb(237,113,52);
  background-color: rgb(237,113,52);
  cursor: pointer;
  border-radius: 3px;
  font-family:system-ui;
}

/*#equip-button:hover {
  background-color: #ABC1D7 !important;
}*/

.submit-row-equip {
  margin:auto;
  width: 225px;
  line-height: 1.5;
  vertical-align: bottom;
  text-align: center;
  margin-top:20px;
}

#login-errors {
  font-size: 0.8em;
  color: #690000;
  margin: 30px 0 30px 0;
}

  #login-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

.login-row label {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right:5px;
}

.login-row {
  margin: 15px 0 15px 0;
}

.login-row input {
  width: 250px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  text-indent: 5px;
  font-family:system-ui;
}

.submit-row {
  padding-left: 110px;
  /*width: 225px;
  line-height: 1.5;
  vertical-align: bottom;
  text-align: center;*/
}

#login-button {
  color: #FFF;
  font-size: 1em;
  width: 255px;
  height:37px;
  border: 1px solid rgb(237,113,52);
  background-color: rgb(237,113,52);
  cursor: pointer;
  border-radius: 3px;
  font-family:system-ui;
}

#login-button:hover {
  /*background-color: #ABC1D7 !important;*/
}

#not-registered {
  width: 275px;
  float: right;
  margin: 0 30px 30px 0;
}

  #not-registered h4 {
    background-color: #EFC58E;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 2;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }

  #not-registered p {
    border: 1px solid #EFC58E;
    text-indent: 15px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: 0;
    padding: 8px;
    font-size: .95em;
  }

  #not-registered a {
    color: #000;
    text-decoration: underline;
  }

    #not-registered a:hover {
      text-decoration: none;
    }

#system-notice {
  width: 360px;
  border: 2px solid red;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  float: left;
  clear: left;  
  position: relative;
  left: 50px;
  top: -60px;
  height: auto;
  overflow: hidden;
}

  #system-notice h4 {
    background-color: red;
    color: #FFFFFF;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0;
  }

  #system-notice-container {
    max-height: 155px;
    overflow: auto;
  }

  #system-notice ul {
    text-indent: 15px;
    margin-top: 0;
    padding: 8px 8px 8px 15px;
    font-size: .95em;
    list-style-type: none;
  }

#login-options {
    clear: left;
    text-align: center;
}
  #login-options img {
    width: 65%;
  }

#feedback-options {
  width: 460px;
  margin: 20px auto;
  padding: 20px 20px 20px 100px;
  float: left;
}

  #feedback-options img {
    margin-left: 10px;
    cursor: pointer;
    border: 0;
  }

  #feedback-options a {
    text-decoration: none;
  }

  #auto-login-errors {
  font-size: 0.7em;
  color: #690000;
  margin: 30px;
}

  #auto-login-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #abadata-home-link{
      position:relative;
      top:-10px;
      left:10px;
  }
#abadata-home-btn {
    background: url(../Images/login/logo-symbol.png) 7px -6px no-repeat;
    display: inline-block;
    width: 150px;
    background-size: 28px;
    color: black;
    text-indent: 40px;
    background-color: lightgray;
    line-height: 2;
    font-size: .9em;
}

#login-abadata-signup{
    color:rgb(129,194,255);
}
#login-footer {
    position: absolute;
    bottom: 30px;
    border-top: 1px solid #E9E9E9;
    padding-top: 5px;
    width: 500px;
    font-size: .7em;
}
#inquiry-div {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 460px;
    z-index: 200;
}
#inquiry-title {
    font-weight: bold;
    color: #FFF;
    font-size:1.8em;
    padding-bottom:10px;
}
#inquiry-text{
    color:#FFF;
    font-size:1.2em;
}
#image-mask{
    z-index:100;
    opacity:0.8;
    transform: rotate(180deg);
}