﻿
.hidden {
    display: none;
}

#forget_password {
    cursor: pointer;
}

.block-flat {
    /* margin-bottom: 40px;*/
    /* padding: 20px 20px;*/
    /*background: #FFF;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.login-profilepic {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #e0dede;
    border-radius: 35px;
    /*border-radius: 50% !important;*/
    margin: 3px !important;
}

.login-nameList {
    cursor: pointer !important;
    /*background: rgba(253, 249, 249, 0.3) !important;
    box-shadow: 0 1px 3px rgba(97, 96, 96, 0.6) !important;*/
    /*border-radius: 1px !important;*/
    /*border-radius: 5px !important;*/
    /*margin-bottom: 15px !important;*/
    /*border: 1px dashed var(--kt-border-dashed-color);*/
    /*border: 1px dashed #e4e6ef;*/
    border-radius: 35px;
    background-color: aliceblue;/*rgba(249, 249, 249, 0.6);*/
}


    .login-nameList:hover {
        cursor: pointer !important;
        background: aliceblue !important;
    }

.login-displayName {
    line-height: 55px !important;
    /* font-size: 13px !important;
    font-weight: 500 !important;*/
    height: 55px !important;
    /* padding-left: 0px;*/
    color: #53555e !important;
}

/*.logo-shadow {
    box-shadow: 1px 1px 0px #BDBABA;
    border: 1px solid #E0DEDE;
    max-width: 150px;
    height: auto;
    border-radius: 5px !important;
}*/

.login-card-body {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.best-view-icon {
    font-size: 15px !important;
}

.login-remove-profile {
    border: 0;
    box-shadow: none !important;
    background-color: #f5f8fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 5px !important;
}

.form-control {
    color: #5e6278 !important;
    -webkit-text-fill-color: #5e6278 !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

