.regform,
.regform-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.regform-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.regform {
    min-width: 290px;
    max-width: 1000px;
    margin: 0 15px;
    padding: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 15px #d3d3d3;
    box-shadow: 0 0 15px #d3d3d3;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.regform,
.regform__column {
    width: 100%;
}
.regform__label {
    font-family: fptd;
    font-size: 18px;
    color: #525459;
    display: block;
}
.regform__flag-wrapper,
.regform__input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.regform__input-wrapper {
    margin: 7px 0 14px;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.regform__flag-wrapper {
    width: 60px;
    height: 30px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px 0 0 4px/4px 0 0 4px;
    border-radius: 4px 0 0 4px/4px 0 0 4px;
    border-right-color: transparent;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.regform__flag-wrapper-cover-for-click {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
}
.regform__img-flag-wrapper {
    width: 30px;
    height: 20px;
    margin-right: 6px;
    position: relative;
}
.regform__flag-img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.regform__countries-wrapper {
    display: none;
    width: 290px;
    height: 0;
    border: 1px solid #d3d3d3;
    position: absolute;
    z-index: 20;
    top: 30px;
    background-color: #fff;
    overflow-y: scroll;
}
.regform__country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 8px;
    border-bottom: 1px dotted #d3d3d3;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.regform__country:hover {
    background-color: #d3d3d3;
}
.regform__country-name,
.regform__input {
    font-family: fptb;
    font-size: 12px;
    color: #6a6c6f;
}
.regform__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    height: 30px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 6px;
    font-size: 14px;
    opacity: 1;
    outline: 0;
}
.regform__input::-webkit-input-placeholder {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
    opacity: 1;
}
.regform__input:-ms-input-placeholder,
.regform__input::-ms-input-placeholder {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
    opacity: 1;
}
.regform__input::placeholder {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
    opacity: 1;
}
.regform__input:focus {
    border-color: #87cefa;
    -webkit-box-shadow: 0 0 10px #87cefa;
    box-shadow: 0 0 10px #87cefa;
}
.regform__input_ccode {
    width: 60px;
    text-align: center;
    background-color: rgba(108, 110, 112, 0.15);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.regform__input_ccode:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.regform__input_phone {
    -webkit-border-radius: 0 4px 4px 0/0 4px 4px 0;
    border-radius: 0 4px 4px 0/0 4px 4px 0;
    border-left-color: transparent;
}
.regform__input_pass {
    -webkit-border-radius: 4px 0 0 4px/4px 0 0 4px;
    border-radius: 4px 0 0 4px/4px 0 0 4px;
    border-right-color: transparent;
}
.regform__show-hide-pass {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: rgba(108, 110, 112, 0.8);
    background-color: rgba(108, 110, 112, 0.15);
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 0 4px 4px 0/0 4px 4px 0;
    border-radius: 0 4px 4px 0/0 4px 4px 0;
    cursor: pointer;
}
.regform__agree-wrapper {
    position: relative;
    padding-left: 20px;
}
.regform__agree-wrapper span.regform__agree-checkbox-span {
    position: absolute;
    top: 4px;
    left: -3px;
    width: 18px;
    height: 18px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.regform__agree-wrapper input,
.regform__checkbox-label input[type='checkbox'] {
    position: absolute;
    top: -100%;
}
.regform__agree-wrapper input:checked + span,
.regform__checkbox-span input[type='checkbox']:checked + span {
    display: block;
}
.regform__agree-wrapper span.regform__agree-text {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
}
.regform__agree-label {
    line-height: 1.5em;
}
.regform__link {
    color: #01a97e;
    text-decoration: underline;
    font-family: fptb;
    font-size: 14px;
}
.regform__link:hover {
    color: #01634a;
    text-decoration: none;
}
.regform__checkbox-label {
    display: inline-block;
    width: 300px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: fptb;
    font-size: 14px;
    color: #525459;
}
.regform__checkbox-span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
    margin-right: 6px;
}
.regform__check-mark {
    display: none;
}
.regform__btn,
.regform__check-mark svg {
    color: #01a97e;
    font-size: 16px;
    margin-bottom: 5px;
}
.regform__btn {
    width: 100%;
    height: 50px;
    margin: 14px 0;
    background-color: #01a97e;
    border: 1px solid #01a97e;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-family: fptb;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    -o-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
}
.regform__btn:hover {
    background-color: #01634a;
    border-color: #01634a;
}
.regform__restore-pass-link {
    font-family: fptb;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.regform__restore-pass-link,
.regform__restore-pass-link:hover {
    color: #525459;
    text-decoration: underline;
}
.regform__footer {
    font-family: fptb;
    font-size: 18px;
    text-align: right;
    color: #525459;
}
.regform__info {
    border-left: 4px solid;
    line-height: 1.5em;
    margin: 0;
    font-family: fptb;
    font-size: 14px;
    color: #525459;
    height: 0;
    overflow: hidden;
}
.regform__info_success {
    background-color: rgba(144, 238, 144, 0.45);
    border-left-color: #90ee90;
}
.regform__info_error {
    background-color: rgba(255, 0, 0, 0.15);
    border-left-color: red;
}
.regform__textarea {
    width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 300px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.7rem;
    padding: 6px;
    font-family: fptb;
    font-size: 14px;
    color: #6a6c6f;
}
.regform__textarea::-webkit-input-placeholder {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
    opacity: 1;
}
.regform__textarea:-ms-input-placeholder,
.regform__textarea::-ms-input-placeholder {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
    opacity: 1;
}
.regform__textarea::placeholder {
    font-family: fptb;
    font-size: 14px;
    color: rgba(108, 110, 112, 0.7);
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .regform {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .regform__column {
        width: 50%;
    }
    .regform__column:first-of-type {
        margin-right: 20px;
    }
}
