.flex {
    align-items: center;
}

.flt {
    float: left;
    width: 100%;
}

.login-page {
    background: linear-gradient(180deg, rgba(1, 170, 254, 1) 25%, rgba(32, 49, 64, 1) 60%);
}

.login-card-body {
    background-color: rgba(38, 55, 71, 1);
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.39);
}

.login_image {
    background-color: rgb(255, 255, 255);
    padding: 15% 10%;
}

.login_image img {
    width: 100%;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    color: rgb(255, 255, 255);
}

.login-card-body .input-group input {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

.login-card-body .input-group input::placeholder {
    color: rgb(255, 255, 255);
}

.btn-login {
    background-color: rgba(4, 176, 252, 1);
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    font-weight: 600;
}

.forgot_password {
    color: rgba(210, 199, 199, 1) !important;
}

.main-sidebar {
    background-color: rgba(38, 55, 71, 1) !important;
}

.nav-sidebar .nav-icon {
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    /* background-color: rgb(38 55 71); */
    border-radius: 50%;
    color: white;
    /* box-shadow: 0px 2px 4px 0px rgb(38 55 71); */
}


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 100%;
    cursor: pointer;
    height: 160px;
}

.upload-btn-wrapper .btn {
    float: left;
    width: 100%;
    height: 160px;
    background-color: transparent;
    cursor: pointer;
    border: 1px dotted rgba(186, 186, 186, 1);
    border-radius: 4px;
}


.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

/* .upload-btn-wrapper i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(120, 120, 120, 1);
} */

.upload-btn-wrapper .btn img {
    height: 110px;
    width: 110px;
    /* border-radius: 50%; */
}

.btn_blue {
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgba(4, 164, 253, 1);
    border-radius: 7px;
    border: 1px solid rgba(4, 164, 253, 1);
    padding: 10px 2px;
}
.btn_white {
    width: 100%;
    color: rgb(0,0,0);
    background-color: transparent;
    border-radius: 7px;
    border: 1px solid rgb(0,0,0);
    padding: 10px 2px;
}




/*Media Query */

@media (max-width: 767px) {
    .login-card-body .flex {
        display: block;
    }

    .login_image {
        margin-bottom: 5%;
    }
}

@media (min-width: 768px) {
    .login-box {
        width: 650px;
    }

    .logout_link {
        left: -75px;
    }
}

/* .os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size, .os-viewport-native-scrollbars-invisible.os-viewport {
    background-color: #07486b;
} */

