nav, .page-content {
    margin: 0px;
}
form {
    margin: 0px auto;
}

form label {
    display: block;
}

form input[type="text"],
form input[type="url"],
form input[type="email"],
form select {
    background-color: #474758;
    color: inherit;
    border: none;
    outline: none;
}

form select {
    margin: 3px 0px 20px 0px;
    background-color: #474758;
    color: inherit;
    border: none;
    outline: none;
    padding: 2px 6px;
}

form p[class="forgot-password"] {
    font-size: 14px;
    text-align: right;
    padding-right: 3px;
}

form input[type="text"]:focus,
form input[type="url"]:focus,
form input[type="email"]:focus,
form select:focus {
    border: 1px solid #5773ff;
}

div[class="password"] {
    margin: 3px 0px 20px 0px;
    background-color: #ffffff;
    color: inherit;
    padding: 2px 6px;
}

div[class="password"]:focus {
    border: none;
}

input[type="password"] {
    border: none;
    outline: none;
    background: transparent;
    color: #000000;
}

input[type="password"]:focus {
    border: none;
    outline: none;
    background: transparent;
    color: #000000;
}

form input[id="password_1"], form input[id="password_2"], form input[id="password_3"] {
    background-color: #ffffff;
    color: #000000;
}

form div[class="password"] i {
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    padding: 6px 6px 6px 6px;
}

form div[class="password"] i[id="hide_1"], form div[class="password"] i[id="hide_2"], form div[class="password"] i[id="hide_3"] {
    display: none;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

input:-moz-placeholder {
    color: inherit;
    opacity: 0.6;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 0.6;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

textarea:-moz-placeholder {
    color: inherit;
    opacity: 0.6;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.6;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 0.6;
}

::-webkit-file-upload-button {
    margin: 4px 16px 20px 0px;
    background-color: #474758;
    color: inherit;
    height: 36px;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 2px 10px;
}

::-webkit-file-upload-button {
    margin: 4px 16px 20px 0px;
    background-color: #474758;
    color: inherit;
}

::-moz-file-upload-button {
    margin: 4px 16px 20px 0px;
    background-color: #474758;
    color: inherit;
}

::-ms-file-upload-button {
    margin: 4px 16px 20px 0px;
    background-color: #474758;
    color: inherit;
}

::-o-file-upload-button {
    margin: 4px 16px 20px 0px;
    background-color: #474758;
    color: inherit;
}

form div[class="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

form div input[type="submit"] {
    color: inherit;
    margin: 0px;
    font-size: 15px;
    border: none;
    outline: none;
    width: 150px;
    padding: 12px 32px;
    text-align: center;
    border-radius: 6px;
    background-color: #5773ff;
}

form div input[type="submit"]:hover {
    background-color: #4c64df;
    cursor: pointer;
}

/* Phone and Tablet */
@media screen and (max-width: 1080px) {

    form {
        max-width: 400px;
        padding: 0px 10px 0px 12px;
        margin: 0px auto;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    
    form label {
        font-size: 15px;
        padding-left: 1px;
    }
    
    form input[type="text"],
    form input[type="email"],
    form input[type="url"],
    form select {
        margin: 4px 0px 20px 0px;
        height: 32px;
        font-size: 15px;
        padding: 2px 6px;
        width: calc(100% - 16px);
    }
    
    form select {
        text-align: center;
        width: calc((100% - 10px) / 2);
        margin: 4px 0px 20px 0px;
        height: 36px;
    }

    form div[class="password"] {
        margin: 4px 0px 20px 0px;
        height: 34px;
        font-size: 15px;
        padding: 8px 0px 0px 6px;
        width: calc(100% - 10px);
    }
    
    form input[id="password_1"], form input[id="password_2"], form input[id="password_3"] {
        height: 30px;
        font-size: 15px;
        width: calc(100% - 42px);
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }
    
    form input[id="password_1"]:focus, form input[id="password_2"]:focus, form input[id="password_3"]:focus {
        border: none;
        outline: none;
    }
}

/* Laptop and Desktop */
@media screen and (min-width: 1081px) {

    form {
        width: 400px;
        margin: 40px auto;
    }
    
    form label {
        font-size: 15px;
    }
    
    form input[type="text"],
    form input[type="email"],
    form input[type="url"],
    form select {
        margin: 4px 0px 20px 0px;
        height: 32px;
        font-size: 14px;
        padding: 2px 6px;
        width: calc(100% - 16px);
    }
    
    form select {
        text-align: center;
        width: calc(100% - 204px);
        margin: 4px 0px 20px 0px;
        height: 36px;
        font-size: 14px;
        padding: 2px 6px;
    }

    form div[class="password"] {
        margin: 4px 0px 20px 0px;
        height: 34px;
        font-size: 14px;
        padding: 8px 0px 0px 6px;
        width: calc(100% - 10px);
    }
    
    form input[id="password_1"], form input[id="password_2"], form input[id="password_3"] {
        height: 30px;
        font-size: 14px;
        width: calc(100% - 42px);
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }
    
    form input[id="password_1"]:focus, form input[id="password_2"]:focus, form input[id="password_3"]:focus {
        border: none;
        outline: none;
    }
}