.connection-form-member {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(21, 21, 21, 0.8);
    top: 0;
    left: 0;
    padding-top: 6%;
    overflow-y: scroll;
}
.connection-form-window {
    width: 70%;
    background: #ffffff;
    margin: auto;
    position: relative;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 25px;
    border: 5px solid rgb(250, 115, 85);
}
.connection-form-window img {
    cursor: pointer;
}
.close-connection-form {
    position: absolute;
    top: -7%;
    right: -4%;
}
.form_connection {
    display: flex;
    flex-direction: column;
}
.form_connection h2 {
    margin-bottom: 40px;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    color: #545163;
    text-align: center;
}
.connection_flex {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
	font-family: 'Akrobat Regular', sans-serif;
}
.connection_flex label {
    display: flex;
    flex-basis: 30%;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    font-family: 'Akrobat Regular', sans-serif;
}
.connection_flex span {
    text-align: center;
    margin-left: 10px;
    flex-basis: 24%;
}
.connection_flex input,
.connection_flex textarea {
    display: flex;
    flex-basis: 45%;
    box-sizing: border-box;
    font-family: 'Akrobat Regular', sans-serif;
    color: #AFAEAE;
    padding: 6px 10px 7px;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #f35676;
    border-radius: 5px;
}
.form_connection select {
    display: flex;
    flex-basis: 45%;
    font-size: 20px;
    font-family: 'Akrobat Regular', sans-serif;
    line-height: 24px;
    border: 1px solid #f35676;
    border-radius: 5px;
}