﻿.platform-create {
    max-width: 600px;
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.platform-create__label {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

.platform-create__input {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 400px; /* Set desired width here */
    box-sizing: border-box; /* Ensures padding/border included in width */
}

.platform-create__input--error {
    border-color: red;
    background-color: #ffe6e6;
}

.platform-create__button--margin {
    border-color: red;
    margin-top: 10px;
}