* {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
}
#message_area {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    opacity: 0.8;
    width: 100%;
    max-width: 500px;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
}
html,
body {
    height: 100vh;
    width: 100vw;
    margin: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
form {
    background: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px 20px;
}
button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 8px 15px 8px 15px;
    margin-top: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
    background-color: #3776BC;
}
button:hover {
    background-color: #E79F19;
}
input {
    font-size: 18px;
    padding: 6px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
}
input:focus {
    border-bottom: solid 1px #3776BC;
    outline: 0;
}
.floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.floating-label input {
    width: calc(100% - 120px);
    margin-left: auto;
}
.floating-label .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 44px;
    display: flex;
}
.floating-label .icon img {
    height: 30px;
    width: 30px;
    margin: auto;
    opacity: 0.55;
    transition: all 0.3s ease;
}
.floating-label .icon img path {
    transition: all 0.3s ease;
}
.session {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.12);
    text-align: center;
}

#div_update_info {
    border: 1px #f80000 dashed;
    padding: 10px 90px 20px;
    background: #fbe2e2;
    color: #707070;
    font-size: 14px;
    font-weight: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-style: inherit;
    text-decoration: none;
    text-align: left;
    line-height: 1.65em;
    letter-spacing: 0em;
}

.input_area{
    border-radius: 10px;
    overflow: hidden;
    min-width: 450px;
}

.login_btn_container{
    width:100%;
    text-align: center;
    margin-top: 30px;
}

.logo_container{
    text-align: center;
    width: 100%;
}

.logo_container img{
    width: 200px;
    margin-bottom: 30px;
}

#div_update_info span{
    color: red;
}

.alert_container{
    height: auto;
    margin-left: 3px;
}

.error_msg_container{
    height: auto;
    margin:8px 0px 8px 5px;
    font-size: 18px;
}

.warning_triangle{
    width: 25px;
    height:25px;
    margin:5px;
}

.qr-code-container{
    width: 300px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qr-code-container .label {
    text-align: left;
    margin-bottom: 15px;
}

.qr-code-container .qr-code {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

#otp_img{
    width: 30px;
    height: 30px;
}

#otp_input_field{
    width: calc(90% - 200px);
}

#otp_icon_container{
    margin-left: 50px;
    margin-top:5px;
}

.production_system{
    background: rgb(55,118,188);
    background: radial-gradient(circle, rgba(55,118,188,1) 0%, rgba(0,0,0,1) 100%);
}

.test_system{
    background: rgb(250, 0, 0);
    background: radial-gradient(circle, rgb(250, 0, 0) 0%, rgba(0,0,0,1) 100%);
}

.dev_system{
    background: rgb(233,117,31);
    background: radial-gradient(circle, rgba(233,117,31,1) 0%, rgba(0,0,0,1) 100%);
}

.schulung_system{
    background: rgb(47,161,39);
    background: radial-gradient(circle, rgba(47,161,39,1) 0%, rgba(0,0,0,1) 100%);
}

.hin-col {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 20px 0 0 0;
}

.hin-col a,
.hin-col a:hover,
.hin-col a:focus {
    color: #fff;
    height: auto;
    text-decoration: none;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.hin-social {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.hin-social:hover,
.hin-social:focus,
.hin-social:active {
    color: #fff;
    opacity: 0.8;
    outline: 0;
}

.hin-btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    line-height: 21px;
    margin: 8px;
    padding: 13px 17px;
}

.hin-btn i {
    margin: 0 auto;
    padding-right: 27px;
    vertical-align: middle;
}

.hin-btn i::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 33px;
    margin: -5px 10px 0 15px;
    position: absolute;
    width: 1px;
}

.hin-icon img {
    vertical-align: middle;
}

.hin-login-with-hin {
    background-color: #f39900;
}

span.login {
    font-size: 16px;
    vertical-align: middle;
}
