﻿body {
    overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    background: #0069b4;
}

.top {
    background: #dc0d15;
}

.wrap {
    max-width: 1600px;
    padding:0 20px;
    margin: auto;
}

.c-form .form-control {
    background: #265893;
    color: #fff !important;
    border: 5px solid #fff;
    height: 55px;
    border-radius: 25px !important;
    font-size: 20px;
    font-weight: 700;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}

.c-form .custom-control-label::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #0069b4;
    top: 1px;
    left: -30px;
    border: 4px solid #fff;
}

.c-form .custom-control-label {
    font-size: 20px !important;
    color: #fff !important;
    padding-left: 8px;
}

    .c-form .custom-control-label::after {
        top: 8px;
    }

.my-btn {
    background: #dc0d15;
    color: #fff !important;
    border: 5px solid #fff;
    height: 55px;
    border-radius: 25px !important;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
}

.top .nav {
    position: relative;
    z-index: 9;
}

    .top .nav li a {
        font-size: 20px;
        font-weight: 700;
        padding: 0 50px;
        transition: .3s;
    }

        .top .nav li a:hover {
            opacity: .6;
        }

.active-menu {
    border-bottom: 3px solid #fff;
}

.box {
    background: #265893;
    border: 5px solid #fff;
    border-radius: 15px;
}
