﻿/*:root {
    --screenHeight: screen.hright;
}*/

/* start  mobile */
@media (max-width: 375px) {
    .login-box {
        width: 300px;
        height: 450px;
    }

    .input-box {
        position: relative;
        width: 275px;
        margin: 30px 0;
        border-bottom: 2px solid #fff;
    }
}

@media (min-width: 375px) and (max-width: 576px) {
    .login-box {
        width: 350px;
        height: 450px;
    }

    .input-box {
        position: relative;
        width: 275px;
        margin: 30px 0;
        border-bottom: 2px solid #fff;
    }
}

@media only screen and (max-width: 768px) {
    body {
        overflow: scroll;
    }

    .leftBar {
        margin-top: 50px !important;
    }

    .sideBar {
        margin-top: 500px !important;
    }

    #app-icon {
        margin-top: 10px !important;
    }

    #sidebar-h3 {
        position: relative;
        color: #616265;
    }

 /*   .log-box {
        background: #92c0d7;
    }*/

    .custom-gray-btn {
        padding: 7px !important;
    }

    .login-logo {
        margin-top: 30px !important;
        padding: 20px !important;
        padding-top: 4px !important;
    }

    .login-box-msg {
        font-size: 18px;
    }

    .login-logo img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        box-shadow: 0px 0px 4px lightgray;
    }

  /*  .log-box {
        padding: 20px !important;
        border-radius: 25px;
        width: 94%;
    }*/
}

@media only screen and (min-width: 768px) {
    body {
        overflow: hidden;
    }

    .leftBar {
        height: 100% !important;
        padding: 0px;
        margin: 0px;
    }

    .custom-gray-btn {
        padding: 7px !important;
    }

    #app-icon {
        margin-top: 10px !important;
    }

    .login-box-msg {
        font-size: 22px;
    }

 /*   .log-box {
        background: #92c0d7;
    }*/

    .log-box {
        position: absolute;
        right: 0;
        width: 550px;
        height: 100%;
        /*background-color: red;*/
        border: 1px solid #fff;
        /*border-radius: 20px;*/
        display: block;
        justify-content: center;
        align-items: center;
        background-color: #24272a2e;
        backdrop-filter: blur(5px);
    }
}
.dx-item.dx-box-item {
    flex-grow: 0 !important;
}

.leftBar {
    text-align: center;
    display: flex;
    transition: all .5s ease;
}

.log-box .dx-texteditor-container, .log-box .dx-field-item-content {
    height: 47px !important;
}

.custom-gray-btn {
    padding: 2px !important;
    font-weight: 600 !important;
    /*background-color: #24272a !important;*/
    /*border-color: #24272a !important;*/
    transition: color 0.4s linear;
    position: relative;
    color: #d5d5d5 !important;
}

.signin0 {
    background-color: #24272a !important;
    border-color: #24272a !important;
}

.signin1 {
    background-color: #2B6F6F !important;
    border-color: #2B6F6F !important;
}
.signin2 {
    background-color: #4A9D97 !important;
    border-color: #4A9D97 !important;
}
.signin3 {
    background-color: #477977 !important;
    border-color: #477977 !important;
}
.signin4 {
    background-color: #7e7a6f !important;
    border-color: #7e7a6f !important;
}
.signin5 {
    background-color: #794747 !important;
    border-color: #794747 !important;
}

    .custom-gray-btn:hover {
        color: white !important;
    }
/*.custom-gray-btn::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#0d9c564b !important;
    z-index:1;
    transition:transform 0.5s;
    transform-origin:0 0;
    transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);
    transform:scaleX(0);
}
.custom-gray-btn:hover::before{
     transform:scaleX(1);
}*/
.log-box .dx-field-item-label-text {
    /*color: #fff4ea;*/
}

.log-box .dx-checkbox-text {
    color: #fff4ea;
    margin-top: 0px;
    height: auto !important;
}

.login-box-msg {
    font-weight: 500;
    font-family: 'roboto-500';
    color: #24272a;
}

/*.log-box {
    padding: 20px !important;*/
    /*padding-top: 3vh;*/
    /*height: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    position: relative;
}*/

.login-logo {
    text-align: center;
    padding: 20px !important;
}

    .login-logo img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: transparent;
    }

#app-icon {
    position: relative;
    height: auto;
    width: 70%;
    /*top: 10%;*/
    /*margin-top: 30vh !important;*/
}

.input-box {
    position: relative;
    width: 310px;
    margin: 30px 0;
    border-bottom: 2px solid #fff;
}

    .input-box label {
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        color: #fff;
        font-size: 16px;
        transition: all 0.5s ease;
    }

    .input-box input:focus ~ label,
    .input-box input:valid ~ label {
        top: -5px;
    }

    .input-box input {
        width: 100%;
        height: 50px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 1em;
        color: #fff;
        padding: 0 35px 0 5px;
    }

    .input-box .icon {
        position: absolute;
        right: 8px;
        font-size: 20px;
        color: white;
        line-height: 57px;
    }

.remember-forgot {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

    .remember-forgot label,
    .remember-forgot a {
        margin: -15px 0 15px 0;
    }

        .remember-forgot label input {
            margin-right: 3px;
        }

    .remember-forgot a {
        color: #fff;
        text-decoration: none;
    }

        .remember-forgot a:hover {
            text-decoration: underline;
        }

button {
    width: 100%;
    height: 40px;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

    button:hover {
        background-color: transparent;
        color: #fff;
    }

.link {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

    .link p a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
    }

        .link p a:hover {
            text-decoration: underline;
        }
