@font-face {
    font-family: EquipSlab-BoldItalic;
    src: url('../fonts/EquipSlab/EquipSlab-BoldItalic.ttf');
}
.form-container {
    background-color: #ececec;
    margin: auto;
    width: 60%;
    padding: 10px;
}
.title {
    font-family: EquipSlab-BoldItalic;
    font-size: 38px;
    text-align: center;
}
.tab {
    display: none;
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

input.invalid {
    background-color: #ffdddd;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: rgb(242, 115, 148);
}
label {
    font-size: 22px;
    font-weight: 600;
}
.signup-content {
    background: #fff;
    border-radius: 10px;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*-o-border-radius: 10px;*/
    /*-ms-border-radius: 10px;*/
    padding: 50px 85px;
}


.form-group {
    overflow: hidden;
    margin-bottom: 20px; }

.form-input {
    width: 100%;
    /*border: 1px solid #ebebeb;*/
    border: 1px solid #C0C0C0;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-o-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    color: #222; }
.form-input::-webkit-input-placeholder {
    color: #999; }
.form-input::-moz-placeholder {
    color: #999; }
.form-input:-ms-input-placeholder {
    color: #999; }
.form-input:-moz-placeholder {
    color: #999; }
.form-input::-webkit-input-placeholder {
    font-weight: 500; }
.form-input::-moz-placeholder {
    font-weight: 500; }
.form-input:-ms-input-placeholder {
    font-weight: 500; }
.form-input:-moz-placeholder {
    font-weight: 500; }
.form-input:focus {
    border: 1px solid transparent;
    /*-webkit-border-image-source: -webkit-linear-gradient(to right, #9face6, #74ebd5);*/
    /*-moz-border-image-source: -moz-linear-gradient(to right, #9face6, #74ebd5);*/
    /*-o-border-image-source: -o-linear-gradient(to right, #9face6, #74ebd5);*/
    border-image-source: linear-gradient(to right, #9face6, #74ebd5);
    /*-webkit-border-image-slice: 1;*/
    /*border-image-slice: 1;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-o-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    background-origin: border-box;
    background-clip: content-box, border-box; }
.form-input:focus::-webkit-input-placeholder {
    color: #222; }
.form-input:focus::-moz-placeholder {
    color: #222; }
.form-input:focus:-ms-input-placeholder {
    color: #222; }
.form-input:focus:-moz-placeholder {
    color: #222; }

.form-submit {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-o-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    padding: 17px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-image: -moz-linear-gradient(to left, #74ebd5, #9face6);
    background-image: -ms-linear-gradient(to left, #74ebd5, #9face6);
    background-image: -o-linear-gradient(to left, #74ebd5, #9face6);
    background-image: -webkit-linear-gradient(to left, #74ebd5, #9face6);
}

.form-submit {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 17px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-image: -moz-linear-gradient(to left, #74ebd5, #9face6);
    background-image: -ms-linear-gradient(to left, #74ebd5, #9face6);
    background-image: -o-linear-gradient(to left, #74ebd5, #9face6);
    background-image: -webkit-linear-gradient(to left, #74ebd5, #9face6);
    background-image: linear-gradient(to left, #74ebd5, #9face6);
}

.back-btn {
    background-color: #fff;
    border: 2px solid rgb(242, 115, 148);
    color: rgb(242, 115, 148);
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    float: left;
    border-radius: 8px;
}
.next-btn {
    background-color: rgb(242, 115, 148);
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-left: auto;
    float: right;
    border-radius: 8px;
}
.clearfix {
    content: "";
    clear: both;
    display: table;
}
@media screen and (max-width: 480px) {
    .signup-content {
        padding: 50px 25px;
    }
    .form-container {
        width: 100%;
    }
    .title {
        font-size: 28px;
    }
    label {
        font-size: 20px;
        font-weight: 600;
    }
    .form-input {
        font-size: 16px;
    }
}
