body {
    background-color: #000;
    color: #fff;
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-align: center
}

.main {
    align-items: center;
    display: flex
}

.main hr {
    border-color: #fff
}

.form-container {
    padding: 15px
}

.form-container form {
    margin: 0 auto
}

.form-container h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: noem
}

.form-container .social-links-container {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 15px
}

.form-container .share-icon {
    margin-left: 15px
}

.form-container .form-group {
    text-align: center;
    margin: 0 auto;
    width: 350px
}

.form-container .form-group label {
    font-size: 21px;
    margin-top: 25px;
    text-transform: uppercase
}

.form-container .form-group .form-control {
    max-width: 100%;
    width: 350px;
    margin: 0 auto
}

.form-container .form-group a {
    color: #febd17
}

.form-container .form-check {
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
    font-size: 16px
}

.form-container .form-elements-container {
    display: flex;
    margin: 25px auto;
    width: 300px
}

.form-container .form-elements-container input {
    margin-right: 15px
}

.form-container .btn {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    min-width: 100px
}

.form-container .privacy-disclaimer {
    font-size: 16px;
    text-transform: uppercase
}

.form-container .privacy-disclaimer a {
    color: #febd17
}

.form-container .form-errors {
    background: red;
    margin: 0 auto;
    width: 350px
}

.form-container .form-errors ul {
    margin: 0;
    text-align: left
}

.form-container .form-errors ul li {
    color: #fff
}

.smilecode-modal .modal-header {
    border: 0
}

.download-icon,
.send-email-icon {
    cursor: pointer;
    display: inline-block
}

.download-icon .btn-link,
.send-email-icon .btn-link {
    color: #fff
}

.download-icon i,
.send-email-icon i {
    font-size: 2em
}

@media (min-width: 750px) {
    .container {
        width: 987px
    }
}

.myphoto .main {
    height: auto;
    padding: inherit;
    padding-top: 25px
}

.myphoto .footer {
    height: auto;
    margin-top: 25px;
    position: relative
}

.myphoto .image {
    height: auto !important;
    width: 100% !important
}

.privacy-policy p {
    font-size: 16px
}

.modal-title {
    color: #333
}

.footer {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 12px;
    opacity: .5;
    width: 100%
}

.footer .footer-col {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left
}

.footer ul {
    margin-bottom: 0
}

.footer h3 {
    font-size: 20px;
    margin-bottom: 15px
}

.footer .languages li {
    margin-bottom: 10px
}

.footer .languages li:last-child {
    margin-bottom: 0
}

.footer .btn-link {
    color: #002f71
}

.footer .btn-link.active {
    font-weight: bold
}

.header {
    background-color: #fff;
    color: #000;
    margin-top: 30px;
    padding: 15px 0;
    border-bottom: 3px solid #febd17
}

.header h1 {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase
}

.header .logo {
    width: 50px
}

.header .logo-fotosmile {
    width: 30px
}

.btn-primary {
    background-color: #002f71;
    border: 1px solid #002f71;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: none !important
}

.btn-link {
    border: 0;
    cursor: pointer;
    padding: 0
}

.btn-link:active,
.btn-link:focus {
    box-shadow: none;
    outline: none
}

.w-100 {
    width: 100% !important
}

.cursor-pointer {
    cursor: pointer
}

@media (max-width: 750px) {
    .main {
        height: auto;
        padding: inherit;
        padding-top: 25px
    }

    .footer {
        height: auto;
        margin-top: 25px;
        position: relative
    }

    .image {
        height: auto !important;
        width: 100% !important
    }

    .form-container {
        height: auto !important
    }

    .form-container .form-elements-container {
        display: block;
        width: 100%
    }

    .form-container .form-elements-container .form-control,
    .form-container .form-elements-container .btn {
        width: 100%;
        margin: 10px 0
    }
}

@media (max-height: 800px) {
    .main {
        height: auto;
        padding: inherit;
        padding-top: 25px
    }

    .footer {
        height: auto;
        margin-top: 25px;
        position: relative
    }

    .image {
        height: auto !important;
        width: 100% !important
    }
}