﻿body {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.content-wrapper input {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 2px 4px;
    border: none;
    padding: 5px;
    border-radius: 5px;
}
input[type="checkbox"] {
    width : auto ;
}

.login-wrapper label {
    width: 100%;
    text-align: center;
    color: #808080;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.9px;
}

#subscriptionKey-wrapper {
    display : none ;
}

.login-container h1 {
    font-family: 'Segoe UI',sans-serif;
    color: #808080;
    font-size: 28px;
    font-weight: 600;
    margin : 0 ;
    margin-top : 5px;
}

.login-container img {
    width: 300px;
}


span {
    color: #808080;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login-container {
    background-color: white;
    padding: 20px;
    padding-top:10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 480px;
    height: 590px;
    border: solid 1px rgba(215, 215, 215, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.form-group {
    margin-bottom: 10px;
}

.remove-all-styles {
    all: revert;
}


input {
    width: 410px;
    height: 100%;
    padding-left: 13px;
    box-sizing: border-box;
    background: white;
    border: none;
    padding-top: 3px;
    border-radius: 6px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    color: #B0B0B0;
    border : none !important ;
}

    input::placeholder {
        color: #B0B0B0;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
    }

button {
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.05));
    background: linear-gradient(180deg, #FFA430 1.5%, #FFAF48 6.5%, #FF965A 50.5%, #FE813A 80.5%, #FF8E4D 100%);
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width: 100%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: transform .35s;
    margin-bottom: 6px;
  
}
    button:hover {
        transform: scale3d(.95,.95,1.01);
        background: #fe813a ;
    }



    .bg_arrow {
        position: fixed
    }
.login-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/bck-admin-rs.svg') ;
    background-position:center ;
    background-size:cover ;
}



.input-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 13px;
    border-radius: 6px;
    width: fit-content;
    width: 410px;
    height: 32px;
    background: white box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.03);
    margin-top: 10px;
}

input-container>input
{
   border : none ;
 }


    .input-logo {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

.input-container:focus-within {
    border-color: #FE813A;
    font-weight: 700;
}

    .input-container:focus-within svg path {
        fill: #FE813A; 
    }

    .input-container:focus-within input::placeholder {
        color: #FE813A;
    }

.input-container input:focus {
    color: #FE813A; 
}

p {
    width: 100%;
    text-align: center ;
    color: #808080;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.9px;
    
}

    p a {
        color: #FE813A;
        text-decoration : none ;

    }
    p a:hover {
           
        }

        .remove-all-styles {
            background: linear-gradient(0deg, #686868 21.21%, #A8A8A8 77.27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            font-family: Inter;
            font-size: 25px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -1.25px;
            margin-bottom: 43px;
        }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    color: #B0B0B0;
}
input:focus {
    outline: none;
}

.content-wrapper input {
    box-shadow: none;
    border: none;
    padding: 5px;
    border-radius: 5px;
    padding-left :10px ;
}

input:-webkit-autofill {
    color: #B0B0B0;
}

    /* Optional: Change border color of autofilled input */
    input:-webkit-autofill:focus {
        color: #B0B0B0;
    }


.content-wrapper {
    width: 100%;
    padding-top: 0px;
    background-image: url('../images/bck-admin-rs.svg');
    background-size: cover;
    -webkit-backdrop-filter: blur(4px); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
    backdrop-filter: blur(4px)
}
  

    @media screen and (max-width:799px) {
        .login-container h1 {
            margin-top:0px;
            color: #808080;
            font-size: 24px;
          
        }
        .login-container {
            width: 320px;
            height: 580px;
        }
        .input-container {
            width: 300px;
        }
        .login-container img {
            width: 300px;
            margin-bottom: 12px;
        }
    }

@media screen and (max-width:399px) {
    .login-container {
        width: 270px;
      
    }

    .input-container {
        width: 260px;
    }
        .input-container input {
            width: 230px;
        }

        .login-container img {
            width: 270px;
            margin-bottom: 12px;
        }
}