﻿html, body {
    width: 100%;
    height: 100%;
    background: url('Images/login-bg-CRP.gif') center center no-repeat;
    background-size: cover;
}

.btn-blue {
    background-color: #108FFF;
    border-color: #108FFF;
}

    .btn-blue:hover {
        background-color: #006EA4;
        border-color: #006EA4;
    }

.loginColumns {
    padding: 20px;
}

#singIn {
    padding: 6px 0 !important;
    font-size: 18px;
    background: #14636F;
}

    #singIn:hover {
        background: #11525C;
    }

.justify-content-center {
    display: flex;
    justify-content: center !important;
}

.ibox-content {
    border: none;
}

.form-group input {
    padding-left: 25px;
}

.iconInside {
    float: left;
    font-size: 20px;
    margin-left: 8px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #B3B3B3;
}

.ibox-content {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.internet-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .internet-notification button {
        border-radius: 25px;
        padding:10px;
    }

.expandable-button {
    padding: 10px;
    color: white;
    border: none;
    cursor: pointer;
    transition: width 1s ease;
    margin-bottom: 10px;
}

    .expandable-button:hover {
        width: 250px;
    }

    .expandable-button .expand-text {
        display: none;
        margin-left: -100px; /* Initial position off-screen */
    }

    .expandable-button:hover .expand-text {
        display: inline;
        margin-left: 0;
    }

.green-btn {
    background-color: #00b894; /* Green background color */
}

.internet-notification .fa {
    font-size: 18px;
}

.red-btn {
    background-color: #ff0000; /* Green background color */
}


.swal-content{
    text-align:left;
}
.swal-my-text{
    list-style:none;
    padding-left:0;
}

.swal-text, .swal-content>div {
    font-size: 14px;
} 