body{
    background-color: #00903c !important;
    background-image: url(/assets/img/wallpaper.jpeg) !important;
    background-size: initial !important;
    font-family: monospace !important;
    background-repeat:no-repeat !important; 
}

#splashscreen{
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4b885d, #4fba6f);
    z-index: 2000;
    text-align: center;
}

#splashscreen div{
    margin-top: 8%;
}

#splashscreen div h6{
    color: white;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: sans-serif;
    margin-left: 19px;
    margin-top: 35px;
}
.navbar-brand{
    font-size:33px !important;
}
#logo{
    width: 164px;
    margin-top: -17px;
    margin-left: 0;
}
#header{
    background: rgba(0, 204, 114, 0.451) !important;
}
#container{
    width: 800px;
    height: 355px;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-linear-gradient(top, rgb(0, 125, 90) 0%, rgba(0, 35, 20, 0.91) 100%);
    background: linear-gradient(to bottom, rgb(0, 125, 90) 0%,rgba(0, 35, 20, 0.91));
    zoom:1;
}
.step{
    display:none;
}
.col-md-6:first-child{
    border-right: 6px solid #ababab5e;
}
.col-md-6{
    height: 100%;
}
.info{
    margin-top: 14px;
    font-size: 16px;
    text-align: justify !important;
}
.more-info{
    display:none;
    margin-top: 30px;
}
.login__input{
    width: 255px;
}

.pin-wrapper{
  justify-content:center;
  align-items:center;
  margin-top: 25px;
}

input{
    width: 44px;
    height: 44px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    outline: none;
    margin: 1px;
    text-align:center;
    margin:0 5px;
    background:#eeeeee;
    font-size:40px !important;
    color:black !important;
}
.pin{
  color:#ffffff;
  font-size:20px;
  text-align:center;
}

@media only screen and (max-width: 600px) {
    #container {
        overflow-x: auto;
        width: 100% !important;
        padding: 10px !important;
        height: calc(100% - 40px);
        max-height: calc(100% - 41px);
        overflow-y: auto;
        top: 52px;
        bottom: initial;
        background: none;
    }
    .col-md-6{
        height: auto;
    }
    .col-md-6:first-child{
        margin-bottom:20px;
        position: absolute;
        bottom: 5px;
    }
    .col-md-6:nth-child(2){
        position: absolute;
        left: 0;
        right: 0;
    }
    .more-info{
        display:block;
        font-size: 16px;
        cursor:pointer;
    }
    #header{
        background:#00523c;
    }
}
input[type=tel]{
    -webkit-text-security: disc;
}
#second-step h3 , #third-step h3{
    margin-bottom:0;
    color:white;
}
.loader{
    width: 100px !important;
    height: 100px !important;
}
.progress-xhr h6{
    font-size: 20px !important;
}
.progress-xhr div.text-primary{
    width : auto !important;
    margin-left : 26px !important;
}

