.plataformal-modal {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    background: #f9f9f9;
    z-index: 4;
    overflow: auto;
}

.plataformal-modal .input-field, .modal-actions, 
.plataformal-modal .modal-section {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.close-field {
    width: 99%;
    height: 34px;
    text-align: right;
}

.close-field i {
    font-size: 20px;
}

.close-field .close-button {
    position: relative;
    right: 7px;
    top: 7px;
    color: #0244AD;
}

@media (max-width: 600px) {
    .plataformal-modal .input-field, .modal-actions,
    .plataformal-modal .modal-content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}