

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003757; 
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

#dv_logo {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.input-container {
  
    align-items: center;
    width:100%;

    
}






/*@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");*/



/** {
    margin: 0px;
    padding: 0px;

}
*/


.flex-r,
.flex-c {
    justify-content: center;
    align-items: center;
    display: flex;
}

.flex-c {
    flex-direction: column;
}

.flex-r {
    flex-direction: row;
}



.container {
    width: 100%;
    min-height: 100vh;
    padding: 20px 10px;
    background: #e5e5e5;
}



.login-text {
    background-color: #f6f6f6;
    max-width: 400px;
    min-height: 500px;
    border-radius: 10px;
    padding: 10px 20px;
}




.login-text h1 {
    font-size: 25px;
}

.login-text p {
    font-size: 15px;
    color: #000000b2;
}



form {

 
    margin-top: 15px;
}




.label {
    font-size: 15px;
    color: black;
    margin-bottom: 3px;
}

.input {
    background-color: #f6f6f6;
    padding: 0px 5px;
    margin:15px, 0px!important;
    border: 2px solid rgba(216, 216, 216, 1);
    border-radius: 10px;
    overflow: hidden;
    justify-content: flex-start;
    font-style: normal;
    font-weight: normal;
    font-size: 14.9825px;
    line-height: 44px;
    display: flex;
    letter-spacing: 0.0037em;
    color: #999999;
}



input {
    border: none;
    outline: none;
    background-color: #f6f6f6;
    flex: 1;
}

.input i {
    color: rgba(0, 0, 0, 0.4);
}



.check span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.160526px;
    color: #999999;
}





.btn {
    width: 100% !important;
    height: 41.78px !important;
    display: flex;
    justify-content: center;
    background-color: #F2F2F2;
    border: none;
    border-radius: 10px;
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.44474px;
    text-transform: capitalize;
    color: #000000;
}

    .btn:hover,
    .btn:active {
        background-color: #004A78 !important;
        color: #fff;
    }
.extra-line {
    font-size: 15px;
    font-weight: 600;
}

    .extra-line a {
        color: #0095b6;
    }
.inputBox
{
    
}
