﻿@font-face {
    font-family: interface;
    src: url(..//fonts/IF.ttf);
}

@font-face {
    font-family: interfaceLight;
    src: url(..//fonts/IF_Lt.ttf);
}

html {
    padding: 10px;
}

body {
    background: #162946;
}

label {
    font-family: interfaceLight;
    font-size: 18px;
    color: #162946;
}

.grey {
    background: #E6E6E6;
    padding-right: 35px;
    padding-left: 35px;
}

.logo {
    background: #162946;
    padding: 30px 0 15px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.intro {
    font-family: interfaceLight;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
}

.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
    font-family: interfaceLight;
    color: #162946;
}

    .radio .label {
        position: relative;
        display: block;
        float: left;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #162946;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent;
    }

        .radio .label:after {
            content: '';
            position: absolute;
            top: -1px;
            left: -1px;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background: #162946;
            transform: scale(0);
            transition: all 0.2s ease;
            opacity: 0.08;
            pointer-events: none;
        }

    .radio:hover .label:after {
        transform: scale(2);
    }


input[type="radio"]:checked + .label {
    border-color: #162946;
}

    input[type="radio"]:checked + .label:after {
        transform: scale(1);
        transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        opacity: 1;
    }

legend {
    font-family: interface;
    border: none;
    text-transform: uppercase;
    color: #1cb7ce;
    margin-bottom: 10px;
    font-size: 20px;
}

.sbmt-btn {
    border-radius: 0 !important;
    text-transform: uppercase;
    font-family: interfaceLight;
    font-size: 20px;
    background-color: #1cb7ce;
    border: #1cb7ce;
    float: right;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.header {
    color: #E6E6E6;
    text-align: justify;
    font-size: 16px;
}

.controls {
    margin-bottom: 45px;
}

.form-group {
    margin-bottom: 0px;
}

.radio {
    margin-bottom: 25px;
}

.padding-left {
    padding-left: 0px;
}

.comments {
    resize: none;
    padding: 10px 15px;
    border: 1px solid #162946;
    color: #162946;
    background-color: #E6E6E6;
    font-family: interfaceLight;
    font-size: 16px;
}

textarea::-webkit-input-placeholder {
    color: #162946;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #162946;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #162946;
}

textarea:-ms-input-placeholder {
    color: #162946;
}

textarea::placeholder {
    color: #162946;
}

.footer {
    background-color: #1cb7ce;
    color: #fff;
    text-align: center;
    font-family: interfaceLight;
    margin: 15px -10px -10px -10px;
}

.rentalp-url {
    cursor: pointer;
}

.footer-url {
    color: #fff;
}

.client-fullname {
    margin-bottom: 30px;
}
