form input {
    outline: 0;
}

#password-requirements {
    margin-left: 20px;
}
#password-requirements li {
    font-size: 13px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.iti {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#phone {
    width: 200px;
    padding: 10px;
    margin-left: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 10px;

    font-weight: 100;
}

@media (max-width: 1601px) {
    body {
        background: url(../Login/img/AJUSTADO.png);
        background-size: cover;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    form {
        display: inline-block;
        text-align: left;
        width: 295px;
        min-height: 6vw;
        height: 250px;
        margin-top: 15%;
        background: #f4f4f9;
        border-radius: .777vw;
        border: 1px solid #444c72;
    
        padding-bottom: 12px;
        box-shadow: 4px 4px 5px 10px rgba(0, 0, 0, 0.182);

        color: #444c72;
        font-weight: bold;
    }

    form input[type="text"],
    form input[type="password"] {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    input::placeholder {
        color: #a0a0a0;
    }

    .box-da-senhas {
        width: 233px !important;
    }

    #lblsenha {
        margin-top: 1vw;
    }

    form [value="Login"] {
        background: #606ba6;
        border-radius: .3vw;
        border: 0;
        width: 255px;
        padding: 5px;

        margin-bottom: 25px;
        margin-left: 20px;
        color: whitesmoke;
        transition: .3s;
    }

    form [value="Login"]:hover {
        cursor: pointer;
        transition: .3s;
        transform: scale(1.05);
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 255px;
        height: 40px;
        margin-top: 25px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .switch input {
        display: none;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #606ba669;

        transition: 0.4s;
        border-radius: 5px;

        color: whitesmoke;
        overflow: hidden;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 120px;
        background-color: #606ba6;
        transition: 0.4s;
    }

    .switch .slider.sobrenome:before {
        width: 120px;
    }

    .switch .slider.usuario:before {
        width: 100px;
        margin-left: 33px;
    }

    .slider .option-left,
    .slider .option-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    .switch .slider .option-left {
        left: 10px;
    }

    .switch .slider .option-right {
        right: 10px;
    }

    input:checked+.slider {
        background-color: #606ba669;
    }

    input:checked+.slider:before {
        transform: translateX(6.9vw);
    }

    .eye-icon {
        margin-right: -.5rem;
    }

    #togglePassword svg {
        width: 20px;
        height: 20px;
        margin-bottom: 12.5px;
    }

    #forgotPasswordBtn {
        position: relative;
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-left: 1vw;
        cursor: pointer;
        top: -10px;
        font-size: 14px;
    }

    #forgotPasswordBtn:hover {
        transform: translateY(-2px);
    }

    #registerBtn {
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-right: 1.25vw;
        float: right;
        cursor: pointer;
        margin-top: -10px;
        font-size: 14px;
    }

    #registerBtn:hover {
        transform: translateY(-2px);
    }

    #email {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    .iti {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #phone {
        width: 200px;
        padding: 10px;
        margin-left: 50px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    #cancelcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: #f25c78;
        cursor: pointer;
        background-color: #f8d3dd;
        border: 0;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 10px 0px 20px;
        text-decoration: none;
    }

    #confirmcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        cursor: pointer;
        background-color: #60A66F;
        border: 0;
        font-size: 14px;
        margin: 0px 10px 0px 0px;
        opacity: .5;
        cursor: not-allowed;
    }
    #confirmcadastro:enabled {
        opacity: 1;
        cursor: pointer;
    }

    #cancelcadastro:hover,
    #confirmcadastro:hover {
        transform: scale(1.05);
        transition: .2s;
    }

    #cancelrecsenha {
        background-color: #F25C78;
        cursor: pointer;
        margin-left: 20px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        transition: .3s;
    }

    #confirmrecsenha {
        background-color: #606ba6;
        cursor: pointer;
        margin-left: 15px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        margin-bottom: 10px;
        transition: .3s;
    }

    #cancelrecsenha:hover,
    #confirmrecsenha:hover {
        transform: scale(1.05);
        transition: .2s;
    }
}

@media (min-width: 1601px) {
    body {
        background: url(../Login/img/AJUSTADO.png);
        background-size: cover;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    form {
        display: inline-block;
        text-align: left;
        width: 295px;
        min-height: 6vw;
        height: 250px;
        margin-top: 15%;
        background: #f4f4f9;
        border-radius: .777vw;
        border: 1px solid #444c72;
    
        padding-bottom: 12px;
        box-shadow: 4px 4px 5px 10px rgba(0, 0, 0, 0.182);

        color: #444c72;
        font-weight: bold;
    }

    form input[type="text"],
    form input[type="password"] {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    input::placeholder {
        color: #a0a0a0;
    }

    .box-da-senhas {
        width: 233px !important;
    }

    #lblsenha {
        margin-top: 1vw;
    }

    form [value="Login"] {
        background: #606ba6;
        border-radius: .3vw;
        border: 0;
        width: 255px;
        padding: 5px;

        margin-bottom: 25px;
        margin-left: 20px;
        color: whitesmoke;
        transition: .3s;
    }

    form [value="Login"]:hover {
        cursor: pointer;
        transition: .3s;
        transform: scale(1.05);
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 255px;
        height: 40px;
        margin-top: 25px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .switch input {
        display: none;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #606ba669;

        transition: 0.4s;
        border-radius: 5px;

        color: whitesmoke;
        overflow: hidden;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 120px;
        background-color: #606ba6;
        transition: 0.4s;
    }

    .switch .slider.sobrenome:before {
        width: 120px;
    }

    .switch .slider.usuario:before {
        width: 100px;
        margin-left: 33px;
    }

    .slider .option-left,
    .slider .option-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    .switch .slider .option-left {
        left: 10px;
    }

    .switch .slider .option-right {
        right: 10px;
    }

    input:checked+.slider {
        background-color: #606ba669;
    }

    input:checked+.slider:before {
        transform: translateX(6.9vw);
    }

    .eye-icon {
        margin-right: -.5rem;
    }

    #togglePassword svg {
        width: 20px;
        height: 20px;
        margin-bottom: 12.5px;
    }

    #forgotPasswordBtn {
        position: relative;
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-left: 1vw;
        cursor: pointer;
        top: -10px;
        font-size: 14px;
    }

    #forgotPasswordBtn:hover {
        transform: translateY(-2px);
    }

    #registerBtn {
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-right: 1.25vw;
        float: right;
        cursor: pointer;
        margin-top: -10px;
        font-size: 14px;
    }

    #registerBtn:hover {
        transform: translateY(-2px);
    }

    #email {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    .iti {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #phone {
        width: 200px;
        padding: 10px;
        margin-left: 50px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    #cancelcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: #f25c78;
        cursor: pointer;
        background-color: #f8d3dd;
        border: 0;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 10px 0px 20px;
        text-decoration: none;
    }

    #confirmcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        cursor: pointer;
        background-color: #60A66F;
        border: 0;
        font-size: 14px;
        margin: 0px 10px 0px 0px;
        opacity: .5;
        cursor: not-allowed;
    }
    #confirmcadastro:enabled {
        opacity: 1;
        cursor: pointer;
    }

    #cancelcadastro:hover,
    #confirmcadastro:hover {
        transform: scale(1.05);
        transition: .2s;
    }

    #cancelrecsenha {
        background-color: #F25C78;
        cursor: pointer;
        margin-left: 20px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        transition: .3s;
    }

    #confirmrecsenha {
        background-color: #606ba6;
        cursor: pointer;
        margin-left: 15px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        margin-bottom: 10px;
        transition: .3s;
    }

    #cancelrecsenha:hover,
    #confirmrecsenha:hover {
        transform: scale(1.05);
        transition: .2s;
    }
}

@media (min-width: 1081px) and (max-width: 1600px) {
    body {
        background: url(../Login/img/AJUSTADO.png);
        background-size: cover;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    form {
        display: inline-block;
        text-align: left;
        width: 295px;
        min-height: 6vw;
        height: 250px;
        margin-top: 15%;
        background: #f4f4f9;
        border-radius: .777vw;
        border: 1px solid #444c72;
    
        padding-bottom: 12px;
        box-shadow: 4px 4px 5px 10px rgba(0, 0, 0, 0.182);

        color: #444c72;
        font-weight: bold;
    }

    form input[type="text"],
    form input[type="password"] {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    input::placeholder {
        color: #a0a0a0;
    }

    #lblsenha {
        margin-top: 1vw;
    }

    form [value="Login"] {
        background: #606ba6;
        border-radius: .3vw;
        border: 0;
        width: 255px;
        padding: 5px;

        margin-bottom: 25px;
        margin-left: 20px;
        color: whitesmoke;
        transition: .3s;
    }

    form [value="Login"]:hover {
        cursor: pointer;
        transition: .3s;
        transform: scale(1.05);
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 255px;
        height: 40px;
        margin-top: 25px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .switch input {
        display: none;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #606ba669;

        transition: 0.4s;
        border-radius: 5px;

        color: whitesmoke;
        overflow: hidden;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 120px;
        background-color: #606ba6;
        transition: 0.4s;
    }

    .switch .slider.sobrenome:before {
        width: 120px;
    }

    .switch .slider.usuario:before {
        width: 100px;
        margin-left: 33px;
    }

    .slider .option-left,
    .slider .option-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    .switch .slider .option-left {
        left: 10px;
    }

    .switch .slider .option-right {
        right: 10px;
    }

    input:checked+.slider {
        background-color: #606ba669;
    }

    input:checked+.slider:before {
        transform: translateX(6.9vw);
    }

    .eye-icon {
        margin-right: -.5rem;
    }

    #togglePassword svg {
        width: 20px;
        height: 20px;
        margin-bottom: 12.5px;
    }

    #forgotPasswordBtn {
        position: relative;
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-left: 1vw;
        cursor: pointer;
        top: -10px;
        font-size: 14px;
    }

    #forgotPasswordBtn:hover {
        transform: translateY(-2px);
    }

    #registerBtn {
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-right: 1.25vw;
        float: right;
        cursor: pointer;
        margin-top: -10px;
        font-size: 14px;
    }

    #registerBtn:hover {
        transform: translateY(-2px);
    }

    #email {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    .iti {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #phone {
        width: 200px;
        padding: 10px;
        margin-left: 50px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    #cancelcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: #f25c78;
        cursor: pointer;
        background-color: #f8d3dd;
        border: 0;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 10px 0px 20px;
        text-decoration: none;
    }

    #confirmcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        cursor: pointer;
        background-color: #60A66F;
        border: 0;
        font-size: 14px;
        margin: 0px 10px 0px 0px;
    }

    #cancelcadastro:hover,
    #confirmcadastro:hover {
        transform: scale(1.05);
        transition: .2s;
    }

    #cancelrecsenha {
        background-color: #F25C78;
        cursor: pointer;
        margin-left: 20px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        transition: .3s;
    }

    #confirmrecsenha {
        background-color: #606ba6;
        cursor: pointer;
        margin-left: 15px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        margin-bottom: 10px;
        transition: .3s;
    }

    #cancelrecsenha:hover,
    #confirmrecsenha:hover {
        transform: scale(1.05);
        transition: .2s;
    }
}

@media (max-width: 1080px) {
    body {
        background: url(../Login/img/AJUSTADO.png);
        background-size: cover;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    form {
        display: inline-block;
        text-align: left;
        width: 295px;
        min-height: 6vw;
        height: 250px;
        margin-top: 55%;
        background: #f4f4f9;
        border-radius: .777vw;
        border: 1px solid #444c72;
    
        padding-bottom: 12px;
        box-shadow: 4px 4px 5px 10px rgba(0, 0, 0, 0.182);

        color: #444c72;
        font-weight: bold;
        position: absolute;
    }

    #aimagemm {
        overflow: hidden;
        border-radius: 70px;
        width: 227px;
        height: 67px;
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    form input[type="text"],
    form input[type="password"] {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    input::placeholder {
        color: #a0a0a0;
    }

    #lblsenha {
        margin-top: 1vw;
    }

    form [value="Login"] {
        background: #606ba6;
        border-radius: .3vw;
        border: 0;
        width: 255px;
        padding: 5px;

        margin-bottom: 25px;
        margin-left: 20px;
        color: whitesmoke;
        transition: .3s;
    }

    form [value="Login"]:hover {
        cursor: pointer;
        transition: .3s;
        transform: scale(1.05);
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 255px;
        height: 40px;
        margin-top: 25px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .switch input {
        display: none;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #606ba669;

        transition: 0.4s;
        border-radius: 5px;

        color: whitesmoke;
        overflow: hidden;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 120px;
        background-color: #606ba6;
        transition: 0.4s;
    }

    .switch .slider.sobrenome:before {
        width: 120px;
    }

    .switch .slider.usuario:before {
        width: 100px;
        margin-left: 140px;
    }

    .slider .option-left,
    .slider .option-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    .switch .slider .option-left {
        left: 10px;
    }

    .switch .slider .option-right {
        right: 10px;
    }

    input:checked+.slider {
        background-color: #606ba669;
    }

    input:checked+.slider:before {
        transform: translateX(6.9vw);
    }

    .eye-icon {
        margin-right: -.5rem;
    }

    #togglePassword svg {
        width: 20px;
        height: 20px;
        margin-bottom: 12.5px;
    }

    #forgotPasswordBtn {
        position: relative;
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-left: 1vw;
        cursor: pointer;
        top: -10px;
        font-size: 14px;
    }

    #forgotPasswordBtn:hover {
        transform: translateY(-2px);
    }

    #registerBtn {
        background-color: transparent;
        outline: 0;
        border: 0;
        color: #444c72;
        text-decoration: underline;
        margin-right: 1.25vw;
        float: right;
        cursor: pointer;
        margin-top: -10px;
        font-size: 14px;
    }

    #registerBtn:hover {
        transform: translateY(-2px);
    }

    #email {
        width: 233px;
        padding: 10px;
        margin-left: 20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    .iti {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #phone {
        width: 200px;
        padding: 10px;
        margin-left: 50px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 10px;

        font-weight: 100;
    }

    #cancelcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: #f25c78;
        cursor: pointer;
        background-color: #f8d3dd;
        border: 0;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 10px 0px 20px;
        text-decoration: none;
    }

    #confirmcadastro {
        padding: 10px 15px;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        cursor: pointer;
        background-color: #60A66F;
        border: 0;
        font-size: 14px;
        margin: 0px 10px 0px 0px;
    }

    #cancelcadastro:hover,
    #confirmcadastro:hover {
        transform: scale(1.05);
        transition: .2s;
    }

    #cancelrecsenha {
        background-color: #F25C78;
        cursor: pointer;
        margin-left: 20px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        transition: .3s;
    }

    #confirmrecsenha {
        background-color: #606ba6;
        cursor: pointer;
        margin-left: 15px;
        border-radius: 5px;
        border: 0;
        padding: 5px;
        color: black;
        margin-bottom: 10px;
        transition: .3s;
    }

    #cancelrecsenha:hover,
    #confirmrecsenha:hover {
        transform: scale(1.05);
        transition: .2s;
    }
}