﻿.container_registerform__subform1-header, .container_registerform__subform2-header {
    margin-top: 14px;
    margin-bottom: 4px;
}

.container_registerform__subforms {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    width: 640px;
    margin: 0 auto;
}

.container_registerform__subform1, .container_registerform__subform2 {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.container_registerform__arrow {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 20px;
    margin-top: 15%;
    cursor: pointer;
}

.container_registerform__subform1-space, .container_registerform__subform2-space {
    width: 100%;
    margin-top: 2%;
    position: relative;
}

.container_registerform__subform1name, .container_registerform__subform2name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #434343;
    margin: 2px;
}

textarea:focus {
    outline: none;
    color: #7d7d7d;
}

.container_registerform__subform2-input input, .container_registerform__subform1-input input {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #434343;
    padding-left: 4px;
    box-sizing: border-box;
}

.container_registerform__subform2-input input, .container_registerform__subform1-input input {
    color: #767676;
}
