* {
    box-sizing: border-box;
}

body {
    flex: 1 0 auto;
    height: 100vh;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    background-color: #1d252c;
}

.outer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    flex-direction: column;
}

.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin: 1em;
}

.outer a {
    line-height: inherit;
    color: #00C1DE;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    opacity: 1.0;
}

.outer a:hover,
.outer a:focus {
    opacity: 0.7;
    transition: opacity .5s ease-out;
}

.inner form {
    margin-top: 2rem;
    width: 100%;
}

.inner h1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
}

.inner label {
    margin-bottom: .50rem;
    position: relative;
}

.studio-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}

.studio_wordmark {
    height: 36px;
    margin-bottom: 3rem;
}

#id_email {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0;
    padding: 15px 20px 16px 20px;
    border: 1px solid #00C1DE;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    appearance: none;
    margin-bottom: 1rem;
    margin-top: 0.35rem;
    background-color: #1d252c;
    border-radius: 20px;
    outline: none;
    opacity: 1.0;
    transition: opacity .5s ease-out;
}

#id_email:focus,
#id_email:hover {
    opacity: 0.7;
}

#err {
    color: #EF5350;
    float: left;
}

.inner input[type="submit"] {
    font-family: inherit;
    outline: none;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    background-color: #00C1DE;
    border-radius: 20px;
    border: 1px solid transparent;
    color: #2f3c46;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 15px;
    float: right;
    width: 100%;
    opacity: 1.0;
    transition: opacity .5s ease-out;
}

.inner input[type="submit"]:hover,
.inner input[type="submit"]:focus {
    color: #2f3c46;
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
}

.mbs-preload-comply {
    color: #BEBEBE;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 40px;
}

.mbs-preload-footer {
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    padding-bottom: 16px;
    text-align: center;
    color: white;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14.5px;
}

.environment-selection {
    width: 100%;
    margin: 0 0 24px;
}

.environment-selection__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}

.environment-options {
    display: flex;
    gap: 18px;
}

.environment-option {
    border-radius: 4px;
    padding: 9px 16px;
    border: 2px solid rgba(93, 108, 122, 0.4);
    flex: 1 1 50%;
    cursor: pointer;
    position: relative;
    transition: border-color 0.4s ease;
}

.environment-option__name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
}

.environment-option__description {
    color:  #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
}

.environment-option__status {
    border: 1px solid rgba(54, 65, 75, 1);
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 20px;
    height: 20px;
    transition: background-color 0.6s ease;
}

.environment-option--selected {
    border-radius: 4px;
    border: 2px solid rgba(0, 193, 222, 1);
}

.environment-option--selected .environment-option__status {
    background-color: rgba(0, 193, 222, 1);
    border: none;
}

.environment-option--selected .environment-option__status::after {
    content: ' ';
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
}
