:root{
    --cyan-blue: #00559b;
    --color-220: #006ca5;
    --color-330: #8f8f8f;
    --color-440: #a38a43;
    --color-550: #b34312;
}

html, body {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    font-family: arial !important;
}

.body-step-one {
    overflow: hidden;
}

.body-cotizador {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

header {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    padding: 0 45px;
    height: 70px;
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    z-index: 2;

    /* width: "inherit",
        display: "flex",
        flexdirection: "row",
        justifyContent: "center",
        alignItems: "center", */
}

header.no-step-one {
    justify-content: center;
}

.header-left {
    margin-left: -20px;
    margin-top: -3px;
    margin-right: auto;
}

.header-left-volver {
    margin-top: -3px;
    margin-right: auto;
}

.header-right {
    margin-right: 15px;
}

.header-right.no-step-one {
    margin-right: 0;
    padding-top: 0;
    width: auto;
}

.animacionHeader {
    -webkit-animation-name: header;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-transition: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
    min-height: auto;
    justify-content: center;
}

.animacionHeaderReverse {
    animation-name: headerInvert;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-transition: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

@-webkit-keyframes header {
    100% {
        height: 60px
    }
}

@-webkit-keyframes headerInvert {
    100% {
        height: 135px;
    }
}

.logo-galeno {
    align-self: flex-start;
    height: 30px;
    max-width: 30vw;
}

.volver {
    color: #848484;
    /* position: absolute; */
    margin-left: 20px;
    /* margin-top: 15px; */
    cursor: pointer;
    opacity: 0.8;
    font-size: 13px;
    left: 0;
}

.volver-text {
    margin-left: 5px;
}

.volver-inicio {
    color: white;
    position: absolute;
    margin-left: 25px;
    margin-top: 28px;
    display: none;
    cursor: pointer;
    opacity: 0.8;
    font-size: 13px;
}

.volver:hover, .volver-inicio:hover {
    opacity: 1;
}

.fa-chevron-circle-left {
    margin-top: 10px;
    /* margin-right: 6px; */
    margin-left: -5px;
}

.indice {
    /* width: 750px; */
    /* float: right; */
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.elegi {
    font-size: 20px;
    color: var(--cyan-blue);
    margin-bottom: 0;
    align-items: center;
    font-family: 'Rubik';
    margin: 8px 2px 0 0;
}

.cotizalo {
    font-weight: bolder;
    /* font-family: 'Rubik-Bold'; */
    display: inline-flex;
}

.steps-wrapper {
    display: flex;
    font-size: 12px;
    color: #ffffff;
    font-weight: bolder;
    /* margin-top: 9px; */
    padding-left: 10px;
    margin-left: 55px;
}

.steps-wrapper:hover {
    cursor: default;
}

.steps-wrapper.no-step-one {
    margin-left: 0;
}

.step-one, .step-two, .step-three {
    background: var(--cyan-blue);
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    opacity: 0.15;
    color: #ffffff;
}

.step-active {
    opacity: 1
}
.step-one {
    margin-right: 55px;
}

.step-three {
    margin-right: 24px;
}

.text-step {
    color: var(--cyan-blue);
    margin-left: -8px;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
}

.text-step-1 {
    margin-left: -9px;
}

.text-step-2 {
    margin-left: -12px;
}

.text-step-3 {
    margin-left: -18px;
}

.form-wrapper {
    margin: 15px 40px 25px 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    overflow-x: hidden;
    height: 520px;
}

.form-cotizador {
    width: 404px;
    padding: 20px 25px 0 25px;
    display: flex;
    flex-direction: column;
    margin-right: 8%;
    /* min-height: 470px; */
    align-self: center;
}

.custom-control-label {
    margin-right: 8px;
}

.form-row {
    margin: 8px 0;
    justify-content: space-between;
}

.custom-switch {
    display: flex;
    align-items: center;    
}

.input-nombre {
    width: 222px;
}

.input-edad-persona {
    width: 68px;
}

.input-edad-pareja {
    width: 89px;
    margin-right: 8px;
}

.input-hijos {
    width: 89px;
    margin-right: 8px;
}

.input-full {
    width: 302px;
}

.input-sueldo {
    width: 98px !important;
    margin-right: 7px;
    padding-right: 0px;
    padding-left: 8px;
    margin-top: 2px;
}

.input-aporte {
    width: 89px !important;
    margin-right: 7px;
    padding-right: 0px;
    padding-left: 8px;
    margin-top: 2px;
}

.input-edad {
    width: 65px;
}

.container-recaptcha-send {
    padding-top: 8px;
}


.btn-ver-planes {
    width: 303px;
    height: 40px;
    font-size: 20px;
    background: #00A28A;
    outline: none;
    border: none !important;
    margin-top: 10px;
    color: #ffffff;
    border-radius: 4px;
}

.btn-ver-planes:hover {
    background-color: #028975;
    border-color: #028975;
    color: #ffffff;
}

.btn-cotizar-200 {
    background: var(--color-220);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.btn-cotizar-300 {
    background: var(--color-330);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.btn-cotizar-400 {
    background: var(--color-440);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.btn-cotizar-220 {
    background: var(--color-220);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.btn-cotizar-330 {
    background: var(--color-330);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.btn-cotizar-440 {
    background: var(--color-440);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.btn-cotizar-550 {
    background: var(--color-550);
    color: white;
    margin-bottom: 50px;
    padding: 0px 15px !important;
}

.color-220 {
    color: var(--color-220);
}

.color-330 {
    color: var(--color-330);
}

.color-440 {
    color: var(--color-440);
}

.color-550 {
    color: var(--color-550);
}

.slogan {
    background: rgba(255, 255, 255, 0.6);
    color: #595959;
    font-size: 22px;
    max-width: 950px;
    margin: 0px 0 290px 100px;
    padding: 10px 30px;
    line-height: 30px;
    font-family: 'Rubik';
    max-width: 410px;
    bottom: 0px;
    position: fixed;
}

.slogan-medium {
   font-family: 'Rubik-Medium';
}

.background-carousel {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: left;
    padding: 10px 0;
    display: inline-flex;
    align-items: start;
    transition: all 1s ease-in-out;
    height: 86vh;
    padding-left: 375px;
    width: 80%;
    max-height: 768px;
    z-index: -1;
    position: relative;
}

.background-carousel-one {
    background-image: url(./img/cotizador01.jpg);
}

.background-carousel-two {
    background-image: url(./img/cotizador03.jpg);
}

.background-carousel-three {
    background-image: url(./img/cotizador04.jpg);
}

.active {
    display: block;
}

.img-replace-carousel {
    display: none;
}

.disabled {
    opacity: 0.2;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 0s forwards;
    z-index: 1;
}

.tabla-planes-mobile {
    display: none;
}

.tabla-planes-desktop {
    width: 100%;
    text-align: center;
    padding-bottom: 65px;
}

.body-tabla-planes {
    padding: 15px;
}

.body-tabla-planes-with-scroll {
    padding: 0px 15px 15px 15px;
}

tbody {
    display: flex;
    /* max-width: 62%; */
}

tr {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    flex: 0 0 32%;
}

td {
    text-align: center;
}

.cell {
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
    height: 40px;
    /* text-align: center; */
    /* padding-top: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Rubik';
}

.cell-lg {
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
    height: 53px;
    /* height: 40px; */
    /* text-align: center; */
    /* padding-top: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Rubik';
}

.cell-info {
    line-height: 1.2;
    text-align: left;
    /* padding-top: 10px; */
    /* height: 35px; */
    justify-content: start;
}

.cell-corner {
    color: var(--cyan-blue);
    text-align: left;
    font-size: 15px;
    justify-content: left;
    font-family: 'Rubik-Medium';
}

.tabla-planes-logo {
    padding-bottom: 0;
    align-items: flex-end;
}

.fa-check-circle {
    font-size: 18px;
    color: #9E9E9E;
}

.fa-file-pdf {
    color: red;
    font-size: 18px;
    margin-left: 5px;
}

.cell-price {
    font-size: 20px;
    padding-bottom: 7px;
    font-family: 'Rubik-Medium';
}

.plan-importe {
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 7px;
}

.arrow-to-top {
    display: none;
}

.btn-cotizar-220:hover {
    color: #ffffff;
    background: #014C74;
}

.btn-cotizar-330:hover {
    color: #ffffff;
    background: #5F5F5F;
}

.btn-cotizar-440:hover {
    color: #ffffff;
    background: #766431;
}

.btn-cotizar-550:hover {
    color: #ffffff;
    background: #863410;
}

.error-text {
    color: red;
    padding: 2px 0 0 2px;
    font-size: 10px;
    height: 3px;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    display: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
table {
    width: 100%;
}

tbody {
    max-width: 62%;
}

.modal {
    margin-top: 170px;
}

.modal-content {
    text-align: center;
    height: 220px;
    max-width: 470px;
}

.bold {
    font-weight: bold;
}

.modal-body {
    color: #646060;
}

.resumen-final {
    text-align: center;
    margin: 45px auto 0 auto;
    font-family: 'Rubik';
    overflow-x: hidden;
    padding-bottom: 45px;
}

.resumen-gracias {
    color: var(--cyan-blue);
    font-size: 19px;
    font-family: 'Rubik-Medium';
    margin-bottom: 11px;
}

.resumen-nombre {
    font-size: 21px;
}

.resumen-contacto {
    font-size: 13px;
    color: #555555;
    margin-bottom: 26px;
}

.title-resumen {
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'Rubik-Medium';
}

.pdf-plan {
    color: #8E8E8E;
    font-size: 13px;
    margin-top: 5px;
}

.importe-resumen {
    padding-top: 10px;
    text-align: center;
    color: #2d2d2d;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.resumen-footer {
  color: var(--cyan-blue);
  font-family: 'Rubik';
  font-size: 16px;
  padding-top: 25px;
  max-width: 380px;
  margin: 0 auto;
}

.resumen-footer-bold {
  font-family: 'Rubik-Medium';
  white-space: nowrap;
}

.leyenda {
    font-family: 'Rubik';
    padding-left: 20%;
}

.notificar-vendedor-wrapper {
    position: absolute;
    background-color: #f2f2f2;
    margin-top: -185px;
    width: 100%;
    right: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20%;
}

.notificar-vendedor-label {
    font-size: 13px;
    font-weight: lighter;
    margin-left: 3px;
    margin-bottom: 0px;
    font-family: 'Rubik';
}

.fix-leyend {
    margin-top: 40px;
}

.hidden {
    visibility: hidden;
}

.MuiFormControlLabel-label {
    font-size: 14px !important;
    color: #767D75;
}

.MuiFormLabel-root {
    font-size: 14px !important;
}

.MuiFormHelperText-contained {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.MuiInputBase-input {
    font-size: 14px !important;
}

.error-form-msg {
    font-size: 10px !important;
    color: red;
    margin: -2px 0 0 0;
}

.error-form-msg-special {
    font-size: 10px !important;
    color: red;
    margin: -11px 0 6px 30px;
}

.MuiFormControlLabel-root {
    margin: 0 !important;
}

.custom-group-grid {
    height: 77px !important;
}

.grid-left {
    padding-right: 3px !important;
}

.next-plan-desktop, .previous-plan-desktop {
    cursor: pointer;
    color: var(--cyan-blue) !important;
    font-size: 20px;
}

.td-220-color {
    color: #00559b;
}

.td-330-color {
    color: #a09996;
}

.td-440-color {
    color: #a48440;
}

.td-550-color {
    color: #c4321f;
}

.img-200 {
    height: 47px;
    width: 71px;
    margin-bottom: 1px;
}

.img-300 {
    height: 47px;
    width: 71px;
    margin-bottom: 1px;
}

.img-400 {
    height: 47px;
    width: 71px;
    margin-bottom: 1px;
}

.cell-font-weight {
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .form-cotizador {
        padding: 14px 10px 20px 10px;
        width: 100%;
    }

    .steps-wrapper {
        padding-top: 0;
    }

    
    .input-full {
        width: 100%;
    }
    
    .MuiInputBase-input {
        font-size: 13px !important;
    }

    .MuiFormLabel-root {
        font-size: 13px !important;
    }
    .MuiFormControlLabel-label {
        font-size: 12px !important;
    }
}

@media (min-width: 600px) {
    *::-webkit-scrollbar-thumb {
        background-color: #c7cdc7;
    }
    *::-webkit-scrollbar-thumb:hover {
        background-color: #919191;
    }
}

@media only screen and (min-width: 600px) {
  *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  *::-webkit-scrollbar-track {
    width: 8px;
    height: 8px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0.1px rgba(0,0,0,0.00);
  }
}

@media only screen and (max-width: 750px) {
    mobile {
        display: flex
    }

    header {
        display: flex;
        flex-direction: column;
    }

    .logo-galeno {
        align-self: flex-start;
        margin-top: 4px;
        margin-left: 10px;
        height: 75%
    }

    .elegi {
        font-size: 17px;
        margin-top: 4px;
        margin-bottom: 10px;
        text-align: center;
    }

    .steps-wrapper {
        display: flex;
        font-size: 12px;
        color: var(--cyan-blue);
        font-weight: bolder;
        margin-top: 20px;
        text-align: center;
        justify-content: center
    }

    .indice {
        width: 100%;
        margin-top: 5px
    }

    .content-logo {
        text-align: center
    }

    .cotizador-form {
        display: none
    }

    .formMobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .imgMobile {
        height: 50px;
        width: 100%
    }

    .formC {
        width: 100%;
        margin-right: 0% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px
    }

    .custom-switch {
        margin-left: 0px !important;
    }

    #botonPlanes {
        margin-left: 0px !important
    }

    .g-recaptcha {
        margin-left: 0px !important
    }
}

@media only screen and (max-width: 768px) {
    .steps-wrapper {

    }

    tr {
        flex-direction: column;
        flex-wrap: wrap;
        display: flex;
    }

    tbody {
        display: flex;
    }

    .cell {
        width: 100%;
        border-bottom: 1px solid #D7D7D7;
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .th-planes {
        width: 100%;
        /* height: 25px; */
        color: #6E6E6E;
        font-size: 13px;
        padding-top: 10px;
        border-bottom: 1px solid #D7D7D7;
    }

    .modal-body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1000px) {
    .cell-font-weight {
        font-weight: bold;
    }

    .body-step-one {
        overflow: auto ;
    }
    
    .header-left {
        all: unset;
    }

    header {
        align-items: center;
        display: flex;
        flex-direction: column;
        min-height: 155px;
        justify-content: start;
        padding: 0;
        height: 100%;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .header-left.current-step-two {
        align-self: flex-start;
    }

    .logo-galeno {
        align-self: flex-start;
        margin-top: 6px;
        margin-left: 5px;
        height: 28px;
        width: 158;
        max-width: unset;
    }

    /* .volver {
      margin-top: 10px;
    } */

    .header-left-volver {
        margin-top: -3px;
        margin-right: auto;
        position: fixed;
        left: 0;
        padding-bottom: 5px;
    }

    .volver-icon {
        font-size: 16px;
    }

    .volver-text {
        display: none;
    }

    .header-right {
        margin-right: 0;
        padding-top: 18px;
    }

    .header-right.no-step-one {
        padding-top: 10px;
        left: inherit;
    }

    .step-three {
        margin-right: 0;
    }
        
    .elegi {
        font-size: 16px;
        margin-top: 4px;
        text-align: center;
    }

    .indice {
        /* display: block; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: 20px;
    }

    .formContainer {
        display: flex !important;
        right: unset !important;
        position: unset !important;
    }
    
    .steps-wrapper {
        justify-content: center;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
    }

    .steps-wrapper.no-step-one {
        margin-top: 0px;
    }

    .img-replace-carousel {
        display: block;
    }

    .background-carousel-one, .background-carousel-two, .background-carousel-three {
        background-image: none;
        display: block;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .slogan {
        display: none !important;
    }

    .img-replace-carousel {
        display: flex;
        width: 100%;
    }

    .form-wrapper {
        /* background-color:rgba(0, 0, 0, 0.05); */
        margin: 0 auto;
        display: block;
        position: relative;
        overflow: unset;
    }

    .form-cotizador {
        /* max-width: 400px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0px;
        margin: 0 auto;
        background-color: transparent;
        padding-bottom: 20px;
    }

    .input-edad {
        width: 75px;
    }

    .tabla-planes-desktop {
        display: none;
    }

    .tabla-planes-mobile {
        display: flex;
        flex-flow: column;
        padding: 10px 20px 0 20px;
        width: 100%;
    }

    .body-tabla-planes {
        display: block;
    }

    .tabla-planes-body {
        display: flex;
        text-align: center;
    }

    .table-column {
        text-align: center;
        width: 100%;
    }

    .tabla-planes-description {
        width:  100%;
        font-size: 13px;
        text-align:  center;
        border-bottom:  1px solid #D7D7D7;
        /* font-weight: bolder; */
        font-weight: normal;
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .table-first-column .tabla-planes-title {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #D7D7D7;
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .tabla-planes-title {
        width: 100%;
        height: 25px;
        /* color: #000000; */
        font-size: 13px;
        padding-top: 10px;
        display: block;
    }

    .tabla-planes-check {
        width: 100%;
        border-bottom: 1px solid #D7D7D7;
        padding-top: 6px;
        padding-bottom: 10px;
    }
    
    .tabla-planes-pdf {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #D7D7D7;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tabla-select-plan {
        display: flex;
        justify-content: space-around;
        margin-bottom: -50px;
        z-index: 1;
        width: 100%;
    }

    .cell {
        height: auto;
    }

    .fixed.tabla-select-plan {
        margin-top: 0;
        z-index: 2;
        align-items: center;
        width: 100%;
        padding: 17px 35px 0 35px;
    }

    .fixed.tabla-planes-logo {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.1);
        border: none;
        z-index: 1;
        padding-top: 10px;
        height: 70px;
        padding-bottom: 0;
    }

    .next-plan, .previous-plan {
        padding: 10px;
        cursor: pointer;
        color: var(--cyan-blue) !important;
        font-size: 20px;
    }

    .tabla-planes-logo {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0;
    }

    .notificar-vendedor-wrapper {
        padding: 0 10px;
        margin-top: 0;
    }

    .notificar-vendedor-label {
        margin-top: 0;
        font-size: 11px;
        font-weight: lighter;
        text-align: left;
    }

    .leyenda {
        font-size: 15px;
        padding-left: 0;
    }

    .plan-importe.fix-vendedor {
        margin-top: 50px;
    }

    .arrow-to-top {
        font-size: 40px;
        margin: 3% 0 5% 95%;
        height: 40px;
        width: 40px;
        color: #c5c5c5;
        display: flex;
    }

    .resumen-footer {
      max-width: 290px;
    }
}

@media only screen and (max-width: 1275px) and (min-width: 1001px) {
    .slogan {
        display: none;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1001px) {

    .background-carousel {
        flex-grow: 1;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: left;
        padding: 10px 0;
        display: inline-flex;
        align-items: start;
        transition: all 1s ease-in-out;
        height: 86vh;
        padding-left: 375px;
        width: 100%;
        max-height: 768px;
        z-index: -1;
        position: relative;
    }

    header{
        padding: 0 35px;
    }

    .header-right {
        /* margin-right: 2%; */
        /* padding-top: 30px; */
        padding-top: 0px;
        width: 70%;
        display: flex;
    }

    .logo-galeno {
        width: 200px;
        padding-top: 5px;
        height: auto;
    }
    
    .indice {
        align-items: center;
    }

    .elegi {
        font-size: 1.6vw;
        white-space: nowrap;
        margin-left: -80px;
    }

    .steps-wrapper {
        margin-top: 8px;
        margin-left: 25px;
    }
    
    .form-wrapper {
        margin-right: 2%;
        height: 470px;
    }

    .cell {
        height: 45px;
    }

    .cell-long-text {
        height: 68px;
    }

    .leyenda {
        /* margin-left: 8%; */
    }
}

@media (min-width: 1280px) {
    .logo-galeno {
        height: 40px;
    }
}

@media only screen and (min-width: 1000px) and (max-height: 1920px) {
    .background-carousel {
        /* height: 640px; */
        /* height: 100vh; */
    }
}

@media only screen and (min-width: 1600px) {
    .home {
        margin: 0 auto;
        max-width: 1580px;
        display: flex;
        justify-content: center;
    }

    .background-carousel {
        position: absolute;
        /* width: 1260px; */
    }

    .form-wrapper {
        margin-left: 980px;
        right: 6%;
    }

    .formContainer {
        margin: 0px 170px 25px 0px;
    }
}

@font-face {
    font-family: 'Rubik';
    src: url(./fonts/Rubik-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url(./fonts/Rubik-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url(./fonts/Rubik-Bold.ttf) format('truetype');
}