
.container{
    max-width: 700px;
    margin-top: 70px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:50px;
}

.main_form_box{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.03) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.03) 75%);
    height: 100vh;
    background-color: #00665f;
    overflow: auto;
}

.information_heading {
    font-size: 15px;
    text-align: center;
    background: #00665f;
    color: white;
    padding: 8px;
    border-radius: 6px;
    margin: 10px 0px;
    line-height: 22px;
}

.card-body{
    padding-top: 15px !important;
    padding:30px;
}

.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: 0.3s ease;
}

.icon-box {
    width: 42px;
    height: 42px;
    background-color: #e9f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006666;
}

.input-group input {
    flex: 1;
    padding: 11px 12px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.form-select{
    padding: 8px !important;
    font-size: 15px !important;
    outline: none !important;
    border:none !important;
}

.password {
    background: none;
    border: none;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    z-index:100;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 1.25px rgba(8, 93, 225, 0.25);
}

.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 1.25px rgba(8, 93, 225, 0.25);
}

.logo_box{
    width: 100px;
    margin: auto;
    height: 100px;
    margin-top: -40px;
    padding: 3px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo_box img{
    width:100%;
    height:100%;
}