@font-face {
    font-family: MuseoSansRounded;
    src: url('../fonts/museo-sans-rounded/MuseoSansRounded100.otf');
    font-weight:100;
}
@font-face {
    font-family: MuseoSansRounded;
    src: url('../fonts/museo-sans-rounded/MuseoSansRounded300.otf');
    font-weight:300;
}
@font-face {
    font-family: MuseoSansRounded;
    src: url('../fonts/museo-sans-rounded/MuseoSansRounded500.otf');
    font-weight:500;
}
@font-face {
    font-family: MuseoSansRounded;
    src: url('../fonts/museo-sans-rounded/MuseoSansRounded700.otf');
    font-weight:700;
}
body, html {
    font-family: MuseoSansRounded;
    font-size: 14px;
    font-weight: 300;
}
label {
    font-weight:300 !important;
}
.page {
    height:100vh;
    overflow: hidden;
    background-color: white;
    background-image: url('/images/heart.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
}
.form-control {
    height:48px;
    border-radius: 24px;
    background-color: white;
    border-color:#F5F7FB;
    color:#636363;
    border-width: 2px;
}
.parent-center {
    display: flex;
    align-items: center;
    height: 100vh;
}
.center-box {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #FD1C68;
    border-color: #FD1C68;
    border-radius: 5px;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    border-radius: 5px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #FD1C68;
    border-color: #FD1C68;
    border-radius: 24px;
    height: 48px;
}
@media only screen and (max-width: 780px) {
    .center-box {
        padding-top:100px;
        overflow:scroll;
        height: 100%;
        padding-bottom:50px;
    }
    .parent-center {
        height: 100vh;
        display:table;
        align-items: normal;
        overflow: auto;
    }
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    border-color:white;
  }
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .link {
    color:#383838;
    font-weight:bold;
  }