﻿.content.step-iris-scan{
     width: 100%;
    height: 100%;
}

#iris-scan {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    
    overflow: hidden;
}
#iris-scan .iris-scan-overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#iris-scan .iris-scan-overlay img{
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: block;
}
#iris-scan .iris-scan-slideup {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#iris-scan .iris-scan-slideup .text-content {
    margin-top: 45%;
    text-align: center;
}
#iris-scan .iris-scan-slideup .text-content .txt1 {
    font-family: 'iCielSamsungSharpSans-Medium';
    font-size: 22px;
    text-align: center;
    color: white;
    padding: 0px 20%;
    margin-bottom: 10px;
}

#iris-scan .iris-scan-slideup .text-content .icon {
    width: 50px;
    height: auto;

}

#iris-scan .iris-scan-slideup .iris-keyboard img {
    width: 95%;
    margin: 0px auto;
    display: block;
}
#iris-scan .iris-scan-slideup .iris-keyboard {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#iris-scan .iris-scan-slideup #iris-camera-outer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 10%;
}

#iris-scan .text-content-1 {
    position: absolute;
    z-index: 20;
    padding: 0px 15%;
    top: 10%;
}
#iris-scan .text-content-1 h3 {
    font-family: 'iCielSamsungSharpSans-Medium';
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 20px;
}


#step-iris-scan  .screen-0 .text-content {
    position: absolute;
    z-index: 11;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    background: none;
    top: 26%;
}
#step-iris-scan  .screen-0 .text-content h3 {
    text-align: center;
    font-family: 'iCielSamsungSharpSans-Medium';
    font-size: 15px;
    color: white;
    margin-bottom: 20px;
}
#step-iris-scan  .screen-0 .text-content img.icon {
    width: 60px;
    margin: 0px auto;
    display: block;
}

#iris-camera-outer {
    position: fixed;
    z-index: 15;
    top: 0px;
    left: 0px;
    width: 100%;
    /* border-radius: 10px; */
    /* max-height: 140px; */
    overflow: hidden;
    height: 100%;
}
#iris-camera-outer video#camera-stream {
    /* border-radius: 10px 10px 0px 0px; */
    width: 100%;
    margin-top: 18%;
}
#iris-camera-outer img#iris-camera-outer-overlay-img {
    position: absolute;
    top: 0px;
    left: 0px;
    /* display: none; */
    z-index: 20;
        width: 100%;
    height: 100%;
}
@media (max-width: 350px){
    #step-iris-scan  .screen-0 .text-content h3 {
        font-size: 13px;
    }

}