
.e-ddb-icons {
    font-family: 'e-ddb-icons';
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-profile::before {
    content: "\e703";
}

.wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 10px;
    width: 340px;
}

#loginBox {
    width: 100%;
    margin-right: 20px;
    color: black;
}

#loginCoverDiv {
    margin-top: 185px;
    display: block;
}

#loginCover {
    max-width: 100%;
    min-width: 50%;
    max-height: 100%;
    min-height: 50%;
    margin-top: 10px;
    display: block;
    opacity: 0.3;
}

#mainLoginDiv {
    margin-top: 135px;
}

.card-user {
    background-color: rgba(30, 144, 255, 0.1);
    border-radius: 15px;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-user-blue-line {
    margin-bottom: 15px;
    width: 106%;
    height: 3px;
    background: #3A7BD5;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.welcome-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #8FA8C6;
    text-transform: uppercase;
}

.name-user {
    font-size: 18px;
    font-weight: 700;
    color: #2F4A6D;
    word-break: break-word;
    overflow-wrap: break-word;
}

.email-user {
    font-size: 12px;
    color: #3A7BD5;
    background-color: rgba(58, 123, 213, 0.12);
    border: 1px solid rgba(58, 123, 213, 0.25);
    padding: 6px 14px;
    border-radius: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.e-toast-container .e-toast {
    background-color: transparent;
    box-shadow: none;
}

    .e-toast-container .e-toast:hover {
        background-color: transparent;
        box-shadow: none;
    }

.e-toast-container .e-toast {
    border-radius: 2px;
    display: -ms-inline-flexbox;
    font-size: 14px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 14px;
    position: relative;
}

    .e-toast-container .e-toast.e-toast-danger .e-toast-icon {
        color: #fff;
        font-size: 20px !important;
    }

    .e-toast-container .e-toast.e-toast-info .e-toast-icon {
        color: #fff;
        font-size: 20px !important;
    }

.toastProgress {
    background-color: black;
    bottom: 0;
    height: 8px;
    left: 0;
    position: absolute;
}

.toastYesNo {
    position: absolute;
    bottom: 3px;
    right: 40px;
    font-size: 15px;
}

@media only screen and (max-width: 1500px) {
    #loginCover {
        margin-top: 45px;
    }
}

@media only screen and (max-height: 864px) {
    #mainLoginDiv {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    #loginCover {
        display: none;
    }
}

