body{
    max-height: 100vh;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif !important;
}
section.welcome{
    width: 100%;
    height: 100vh;
    background-image: url('../images/welcome-banner.jpg');
    background-size: cover;
    background-position-x: 23%;
}
section.welcome-bottom {
    position: absolute;
    bottom: -25px;
    background: #fff;
    border-radius: 30px;
    padding: 25px 0px 50px;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    position: sticky;
}
img.img-fluid.white-logo {
    max-width: 110px;
    margin: 20px auto;
}
a.btn.signin-btn {
    background: #ec9916;
    color: #fff;
    font-weight: 500;
    width: 79%;
    border-radius: 30px;
    border: 2px solid #fdb645;
}
.welcome-bottom p {
    font-size: 10pt;
    text-align: center;
    color: gray;
}
.welcome h1 {
    text-align: right;
    color: #fff;
    font-weight: 700;
    width: 267px;
    margin: 0px auto;
}
.welcome h1 span {
    font-size: 20pt;
}
@media screen and (min-width:1199px){
    .welcome h1{
        font-size: 40pt;
        width: 367px;
        line-height: 17pt;
    }
    .welcome h1 span{
        font-size: 30pt;
    }
}

/* signin page  */
section.login-pg .d-flex {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    max-width: 500px;
    margin: 0px auto;
}
section.login-pg  span.input-group-text.p-0 {
    border: unset;
    background: unset;
}
section.login-pg input.form-control {
    border: unset;
    outline: unset;
    box-shadow: unset;
}
section.login-pg .input-group.mb-3 {
    border-bottom: 1px solid gray;
}
section.login-pg label.d-block {
    font-weight: 600;
}
section.login-pg p {
    text-align: center;
    color: gray;
    font-size: 10pt;
}
button.btn.btn-cointue {
    background: #9e9e9e;
    color: #fff;
    font-weight: 700;
    font-size: 10pt;
    border-radius: 30px;
}
@media screen and (max-width:575px){
    section.login-pg p{
        font-size: 9pt;
    }
}
/* verfication page  */
section.login-pg.verification 
a.btn.btn-outline-primary {
    font-size: 10pt;
    border: unset;
    padding: 0px;
}
section.login-pg.verification a.btn.btn-outline-primary:hover{
    background: #fff;
    color: blue;
}
/* hide number arrows  */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* hide number arrows  */
section.login-pg.verification input {
    border-bottom: 2px solid #e3e3e3;
    border-radius: 0px;
    margin-bottom: 15px;
    text-align: center;
}
section.login-pg.verification input:focus {
    border-bottom: 2px solid #4e4c4c;
    border-radius: 0px;
    margin-bottom: 15px;
}

.verification button.btn.btn-cointue {
    background: #b1d64a;
}


button.btn.btn-outline.btn-success {
    color: #b1d64a;
    background: unset;
    border: unset;
    padding: 0px;
    font-size: 10pt;
    outline: unset;
    box-shadow: unset;
}
