/*region COLORS*/
.color-gold {
    color: gold;
}

.color-dark-gray {
    color: #656565;
}

.color-dark-green {
    color: #00453a;
}

.color-yellow {
    color: #FAF566;
}

.color-red {
    color: red;
}
/*endregion*/

/*region WRAPPER/CONTAINER*/
.register-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

.register-wrapper .main-container {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
/*endregion*/

/*region TOP BAR*/
.register-wrapper .top-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #060506;
    padding: 15px 0;
}

.register-wrapper .top-bar .logo-title {
    position: relative;
    float: left;
}

.register-wrapper .top-bar .logo-title .logo {
    position: relative;
    display: inline-block;
    width: 31px;
    vertical-align: middle;
}

.register-wrapper .top-bar .logo-title .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    margin: 3px 0 0 10px;
}

.register-wrapper .top-bar .sub-title {
    position: relative;
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    margin: 3px 0 0 0;
}

.register-wrapper .top-bar .sub-title-step-two {
    display: none;
}
/*endregion*/

/*region FORM*/
.register-wrapper .form-zone {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    min-height: 400px;
}

.register-wrapper .form-zone .form-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.register-wrapper .form-zone .form-container label {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #656565;
    font-size: 18px;
    font-weight: normal;
    padding-left: 15px;
}

.register-wrapper .form-zone .form-container input[type="text"],
.register-wrapper .form-zone .form-container input[type="email"],
.register-wrapper .form-zone .form-container input[type="password"],
.register-wrapper .form-zone .form-container input[type="file"],
.register-wrapper .form-zone .form-container input.datepicker {
    background-color: #F2F2F2;
    color: #666666;
    border: 0;
    border-radius: 50px;
    height: 40px;
    padding: 5px 20px;
    width: 100%;
    outline: none;
    font-size: 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.register-wrapper .form-zone .form-container input[type="file"] {
    padding: 11px 20px 0;
}

.register-wrapper .form-zone .form-container .zone-buttons {
    margin-top: 50px;
}

.register-wrapper .form-zone .form-container .zone-buttons .btn-back,
.register-wrapper .form-zone .form-container .zone-buttons .btn-next {
    outline: none !important;
    height: 40px;
    min-width: 150px;
    color: #00453a;
    border-radius: 50px;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.register-wrapper .form-zone .form-container .zone-buttons .btn-back {
    background-color: #FAF566;
}

.register-wrapper .form-zone .form-container .zone-buttons .btn-next {
    background-color: gold;
}

.register-wrapper .form-zone .form-container .radio-buttons {
    position: relative;
    display: inline-block;
    width: 100%;
}

.register-wrapper .form-zone .form-container .radio-buttons .radio-button {
    position: relative;
    display: inline-block;
}

.register-wrapper .form-zone .form-container .radio-buttons .radio-button:first-child {
    margin-right: 15px;
}

.register-wrapper .form-zone .form-container .radio-buttons .radio-button input {
    position: relative;
    display: inline-block;
}

.register-wrapper .form-zone .form-container .radio-buttons .radio-button span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.register-wrapper .form-zone .form-container .step-two {
    display: none;
}

.register-wrapper .form-zone .form-container .checkbox-zone input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

.register-wrapper .form-zone .form-container .checkbox-zone label {
    position: relative;
    display: inline-block;
    padding: 0;
    width: auto;
}
/*endregion*/

/*region CONTENT*/
.register-wrapper .content-zone {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    min-height: 400px;
}

.register-wrapper .content-zone .content-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.register-wrapper .content-zone .heart-icon {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 50px 0 20px 0;
}

.register-wrapper .content-zone .heart-icon i {
    font-size: 70px;
    color: gold;
}

.register-wrapper .content-zone .title {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #00453a;
    font-size: 24px;
    text-transform: uppercase
}

.register-wrapper .content-zone .content-container .text {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #656565;
    font-size: 20px;
    text-transform: uppercase;
}

.register-wrapper .content-zone .content-container .subtext {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #656565;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.register-wrapper .content-zone .content-container .signaturetext {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    color: #656565;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.register-wrapper .content-zone .close-link {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 80px;
}

.register-wrapper .content-zone .close-link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #060506;
}
/*endregion*/

/*region BOTTOM BAR*/
.register-wrapper .bottom-bar .logo-dev {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

.register-wrapper .bottom-bar .logo-dev span {
    position: relative;
    display: inline-block;
    color: #666666;
    font-size: 10px;
    margin-left: 5px;
}

.register-wrapper .bottom-bar .logo-dev img {
    position: relative;
    display: inline-block;
    width: 21px;
}
/*endregion*/

@media screen and (max-width: 990px) {
    .register-wrapper .main-container {
        max-width: 400px;
    }

    .register-wrapper .top-bar .logo-title {
        margin-left: 15px;
    }

    .register-wrapper .top-bar .sub-title {
        margin-right: 15px;
    }
}

.register-wrapper .form-zone .form-container select {
    background-color: #F2F2F2;
    color: #666666;
    border: 0;
    border-radius: 50px;
    height: 40px;
    padding: 5px 20px;
    width: 100%;
    outline: none;
    font-size: 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
