.container{

    background: #ecf0f3;
        
        padding: 30px;
        border-radius: 20px;
        box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
        width: 350px;
    }
    .form-icon{
        color: #ac40ab;
        font-size: 55px;
        text-align: center;
        line-height: 100px;
        width: 100px;
        height:100px;
        margin: 0 auto 15px;
        border-radius: 50px;
        box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px #fff;
    }
    .title{
        color: #ac40ab;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
       
    }
    .container .form-control{
        color: #333;
        background: #ecf0f3;
        font-size: 15px;
        height: 50px;
        padding: 20px;
        letter-spacing: 1px;
        border: none;
        border-radius: 50px;
        box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
        display: inline-block;
        transition: all 0.3s ease 0s;
        width: 100%;
        margin: 0 0 25px;
        outline: none;
    
    }
    
    ::placeholder{
        color: #808080;
        font-size: 16px;
        
        
    }
    .btn{
        color: #ac40ab;
        background-color: #ecf0f3;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        padding: 12px 15px 11px;
        border-radius: 20px;
        box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px #fff;
        border: none;
        transition: all 0.5s ease 0s;
        margin: 25px 0 20px;
        cursor: pointer;
        
        
    }
    .btn:hover{
        color: orange;
    }body {
        justify-content: center;
        align-items: center;
        display: flex;
        height: 100vh;
        background: #f2f2f2;
        position: relative;
        z-index: 1;
    }
    
    .container {
    
        background: #ecf0f3;
    
        padding: 30px;
        border-radius: 20px;
        box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
        width: 350px;
        text-align: center;
    }
    
    .form-icon {
        color: #8454de;
        font-size: 55px;
        text-align: center;
        line-height: 100px;
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
        border-radius: 50px;
        box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px #fff;
    }
    
    .title {
        color: #8454de;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    
    }
    
    .container .form-control {
        color: #333;
        background: #ecf0f3;
        font-size: 15px;
        height: 50px;
        padding: 20px;
        letter-spacing: 1px;
        border: none;
        border-radius: 50px;
        box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
        display: inline-block;
        transition: all 0.3s ease 0s;
        width: 100%;
        margin: 0 0 25px;
        outline: none;
    
    }
    
    ::placeholder {
        color: #808080;
        font-size: 16px;
    
    
    }
    
    .btn {
        color: #8454de;
        background-color: #ecf0f3;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        padding: 12px 15px 11px;
        border-radius: 20px;
        box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px #fff;
        border: none;
        transition: all 0.5s ease 0s;
        margin: 25px 0 20px;
        cursor: pointer;
    
    
    }
    
    .btn:hover {
        background-color: #8454de;
        color: white;
    }
    
    .link {
        text-decoration: none;
        color: #333;
    }
    
    .link:hover {
        color: #8454de;
    }
    
    .link2 {
        color: #8454de;
        text-decoration: none;
    }
    
    .link2:hover {
        text-decoration: none;
        color: #333;
    }
    
    /* progress */
    
    .loading {
        width: 100%;
        height: 100%;
        z-index: 900;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(218, 218, 218, 0.233);
        backdrop-filter: blur(4px);
    }
    
    .progress {
        width: 250.10px;
        height: 16.8px;
        background: linear-gradient(#8454de 50%, #0000 0),
            linear-gradient(#0000 50%, #8454de 0),
            linear-gradient(#8454de 50%, #0000 0),
            linear-gradient(#0000 50%, #8454de 0),
            linear-gradient(#8454de 50%, #0000 0),
            linear-gradient(#0000 50%, #8454de 0) #dbdcef;
        background-size: calc(100%/6 + 1px) 200%;
        background-repeat: no-repeat;
        animation: progress-qh65fe 2s infinite;
    }
    
    @keyframes progress-qh65fe {
        0% {
            background-position: 0% 100%, 20% 0%, 40% 100%, 60% 0%, 80% 100%, 100% 0%;
        }
    
        16.67% {
            background-position: 0% 0%, 20% 0%, 40% 100%, 60% 0%, 80% 100%, 100% 0%;
        }
    
        33.33% {
            background-position: 0% 0%, 20% 100%, 40% 100%, 60% 0%, 80% 100%, 100% 0%;
        }
    
        50% {
            background-position: 0% 0%, 20% 100%, 40% 0%, 60% 0%, 80% 100%, 100% 0%;
        }
    
        66.67% {
            background-position: 0% 0%, 20% 100%, 40% 0%, 60% 100%, 80% 100%, 100% 0%;
        }
    
        83.33% {
            background-position: 0% 0%, 20% 100%, 40% 0%, 60% 100%, 80% 0%, 100% 0%;
        }
    
        100% {
            background-position: 0% 0%, 20% 100%, 40% 0%, 60% 100%, 80% 0%, 100% 100%;
        }
    }
    
    /* Estilo do Switch Toggle */
    .switch {
        position: relative;
        display: inline-block;
        width: 160px;
        height: 34px;
        margin-left: 10px; /* Ajuste conforme necessário */
      }
      
      .switch input { 
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      input:checked + .slider {
        background-color: #8454de;
      }
      
      input:focus + .slider {
        box-shadow: 0 0 1px #8454de;
      }
      
      input:checked + .slider:before {
        -webkit-transform: translateX(126px);
        -ms-transform: translateX(126px);
        transform: translateX(126px);
      }
      
      /* Formato redondo dos extremos do slider */
      .slider.round {
        border-radius: 34px;
      }
      
      .slider.round:before {
        border-radius: 50%;
      }