body {
    color: #FFFFFF;
    height:100%;
    min-height: 100%;
    background: url('../../images/landingFlormar/fm-vips-bg-3.jpg');
    background-size: cover;
    background-attachment: fixed;
    object-fit: contain;
    font-family: "Helvetica Neue", Helvetica, arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.btn {
    padding: 9px 12px;
    font-size: 16px;
    font-family: Roboto;
}

@font-face {
    font-family: Roboto;
    src: url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2);
}

@font-face {
    font-family: Roboto-bold;
    src: url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2);
}


@font-face {
    font-family: 'Oswald', sans-serif;
}

@media (min-width: 548px) {
    .container {
        width: 548px;
    }
}

footer {
    color: black;
    margin-top: 100px;
}

a {
    color: #000000;
    font-weight: 400;
}

.img-responsive{
    margin-right: auto;
    margin-left: auto;
}

.has-error {
    color: #f7474a;
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
}

.icon-btn {
    position: absolute;
    left:10px;
    bottom:12px;
}

.center-text {
    text-align: center;
}

.lang-selector {
    width: 33% !important;
    text-align-last: center;
}

.inp-transp {
    background-color: transparent;
    color: #c9518e;
    font-family: Roboto;
    font-size: 18px;
    width: 73px;
    height: 21px;
}

.inp-transp::-moz-placeholder {
    color: #c9518e;
    opacity: 1;
    font-family: Roboto;
    font-size: 18px;
    width: 73px;
    height: 21px;
}
.inp-transp:-ms-input-placeholder {
    color: #c9518e;
    opacity: 1;
    font-family: Roboto;
    font-size: 18px;
    width: 73px;
    height: 21px;
}
.inp-transp::-webkit-input-placeholder {
    color: #c9518e;
    opacity: 1;
    font-family: Roboto;
    font-size: 18px;
    width: 73px;
    height: 21px;
}

.social-btn-list
{
    margin: 10px;
}

h3 {
    font-size: 21px;
}


.img-bg
{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-bg img
{
    width: inherit;
}


.paragraph {
    text-align: center;
    margin-left: 10px;
    margin-top: 355px;
    font-size: 32px;
    font-family:'helvetica', 'arial', sans-serif;
    color: #a9a9a9;
    font-weight: bold;
}

.p2 {
    font-size: 48px;
}

.container {
    width: 100%;
}

.paragraph2 {
    text-align: center;
    font-size: 22px;
    font-family: Roboto-bold;
    color: black;
    font-weight: normal;
}

.paragraph3 {
    text-align: center;
    font-size: 16px;
    font-family: 'helvetica', 'arial', sans-serif;;
    color: black;
    font-weight: normal;
    line-height: 29px;
    margin-top: 18px;
}

.form-img {
    margin-top: 8px;
}

.form {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 445px;
    max-width: 445px;
}

.inp-transp {
    width: 88.77%;
    background-color: white;
    color: #c9518e;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 5.62%;
}

label {

    font-size: 15px;
    line-height: 18px;
    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Roboto;
    color: #4a4a4a;
}

form div:first-child label {
    margin-top: 25px;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 95.2%;
    margin-left: 9px;
    border: 1px solid #c9518e;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle:hover {
    background: white;
    color: black;
}

.btn-transp, .btn-transp:hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus{
    width: 50%;
    margin-left: 25%;
    margin-right: auto;
    margin-top: 30px;
    background-color: rgba(0,174,239,0.98);
    color: #f6f9fa;
    border-color: black;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    font-family: Roboto;
    border-radius: initial;
    text-align: center;
}

.btn-transp:hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus {
    background-color: rgba(0,156,227,0.98);
}

form {
    padding-bottom: 50px;
    padding-top: 15px;
}

.container {
    width: 65%;
}

.form-control {
    height: 45px;
    border: 1px solid #c9518e;
    margin-bottom:10px;
}

.title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 35px;
    font-family: Oswald;
    color: #00aeef;
    font-weight: bolder;
}

@media(max-width: 1200px)
{
    .row {
        display: flex;
        flex-direction: column;
    }

    .paragraph2 {
        margin-top: 20px;
    }
}

@media(max-width: 745px)
{

    .container {
        width: 90%;
    }

    .form {
        width: 100%;
    }

    .btn-transp, .btn-transp:hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus {
        width: 80%;
        margin-left: 10%;
        background-color: rgba(74,74,74,0.98);
        border-color: #00aeef;
        border-radius: 5px;
    }

    .btn-transp:hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus {
        background-color: #453a3c;
    }

}

label a, label a:hover {
    color: #3ab0e0;
    text-decoration: underline;
}

.noBreakLine {
    white-space: nowrap;
    display: block;
}

.checkbox {
    font-family: Roboto;
    font-size: 12px;
    color: #4a4a4a;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    height: 45px;
}


