/* Start Login */

.login .link {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 8px 0;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.login .box .active {
    border-bottom: 2px solid #003C77;
}

@media (max-width: 576px) {
    .login .link {
        font-size: 16px;
        padding: 0 0 6px 0;
        margin-bottom: 8px;
    }
}
  
.input-group .intl-tel-input .form-control,
#pass,
.input-group input {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-color: #f2f2f585  !important;
    padding: 0 40px 0 10px;
  }

.login .box {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #969696;
    padding: 40px 20px;
}

.login .box .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 7px;
}

.login input {
    color: #000 !important;
    letter-spacing: 1;
}

.login .box .input-group {
    position: relative;
    width: 100%;
}

.login .box .input-group img {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 20px;
    z-index: 9;
}

.login label {
    font-size: 12px;
    color: #797979;
    margin-right: 15px;
}

.login #pass {
    z-index: 0 !important;
}

.login .box .input-group #eye {
    display: none;
}

.login .box .input-group .eye1,
.login .box .input-group .eye {
    position: absolute;
    left: 9px;
    top: 10px;
    z-index: 9;
    font-size: 18px;
    cursor: pointer;
}

.login .box .forget {
    font-size: 20px;
    text-align: left;
    display: block;
    color: #12122F;
    margin: 20px 0;
}

.login .box .submit {
    text-align: center;
    background-color: #000;
    color: white;
    font-size: 18px;
    border-radius: 4px;
    width: 100%;
    border: none;
    padding: 10px 0;
}

.login .header img {
    width: 80px;
}

.login .header h3 {
    margin: 15px 0;
}

@media (max-width: 576px) {
    .login .box {
        border-radius: 20px;
    }
    .login .box .title {
        font-size: 20px;
    }
    input {
        font-size: 16px !important;
    }
    .login .box .forget {
        font-size: 17px;
        margin: 20px 0;
    }

    .login .header img {
        width: 40px;
    }
    
    .login .header h3 {
        margin: 10px 0;
        font-size: 19px;
    }
    .login .header p {
        font-size: 12px;
    }
}

.input-group-1 #verfication_code {
      font-family: monospace;
      padding: 1em 0.5em 1em 1em;
      font-size: 20px;
      border: none;
      outline: none;
      border-radius: 5px;
      text-transform: uppercase;
      letter-spacing: 5ch;
      direction: ltr;
      width: 100%;
      background-color: transparent !important;
      position: relative;
      z-index: 1;
}

#verfication_code::-webkit-inner-spin-button, #verfication_code::-webkit-outer-spin-button {
    display: none;
}

.input-group-1 {
    position: relative;
    width: 42% !important;
    margin: auto;
}

.input-group-1 .box-border {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    display: flex;
    direction: ltr;
}

.input-group-1 .border_1 {
    background-color: #dddddd30;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    z-index: 0;
    margin-right: 17.5px;
}

@media (max-width: 1290px) {
    .input-group-1 {
        width: 46% !important;
    }
}
@media (max-width: 1200px) {
    .input-group-1 {
        width: 58% !important;
    }
}
@media (max-width: 992px) {
    .input-group-1 {
        width: 81% !important;
    }
}
@media (max-width: 768px) {
    .input-group-1 {
        width: 72% !important;
    }
}
@media (max-width: 576px) {
    .input-group-1 {
        width: 57% !important;
    }
    .input-group-1 .border_1 {
        width: 35px;
        height: 35px;
        margin-right: 18.7px;
    }
}

@media (max-width: 540px) {
    .input-group-1 {
        width: 320px !important;
    }
    .input-group-1 .border_1 {
        width: 45px;
        height: 35px;
        margin-right: 20px;
    }
    .input-group-1 #verfication_code {
        font-size: 20px;
        letter-spacing: 6.3ch;
  }
}

@media (max-width: 440px) {
    .input-group-1 {
        width: 290px !important;
    }
    .input-group-1 .border_1 {
        width: 45px;
        height: 35px;
        margin-right: 20px;
    }
    .input-group-1 #verfication_code {
        letter-spacing: 5.6ch;
  }
}

@media (max-width: 365px) {
    .input-group-1 {
        width: 260px !important;
    }
    .input-group-1 .border_1 {
        width: 45px;
        height: 35px;
        margin-right: 10px;
    }
    .input-group-1 #verfication_code {
        letter-spacing: 5ch;
  }
}

/* End Login */
/* *********************************************** */