/*
Template Name: basic-professional-signup-form
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/
*/
html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #fff;
    font-size:100%;
    letter-spacing: 1px; 
    font-weight: 400;
}
.content{
    background: url(../images/background5.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center; 
}
textarea:focus, input:focus, select:focus, select:active{
    outline: none;
    box-shadow:none;
}
.form-control:focus, .form-control:focus{
    box-shadow: none !important;
    outline: 0 none !important;
    border-color:transparent !important;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}

a{
    text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, select:focus, select:active select:active:focus {outline: none;}
a,h1,h2,h3,h4,h5{cursor: pointer;}
a:focus, a:hover{text-decoration: none;}
a:focus {outline: none; outline-offset: 0;}
ul{list-style: none;}
.pl-5{
    padding-left: 5px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.book-form input,.book-form select {
    border: medium none;
    border-radius: 0;
    color: #000 !important;
    font-weight: 600;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px 8px;
    width: 100%;
    font-size: 12px;
}
.logo h1 {
    color: #fff;
    letter-spacing: 2px;
}
.box{
    background-color: #032445;
    padding: 30px 20px;
    margin-top: 80px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.buttons .btn {
    background-color: #ff7500;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width:100%;
    border-radius: 5px;
}
.buttons .btn:hover{
    background-color: #fff;  
    border-color: #ddb71d;
    color:#ddb71d;
}
.book-form input::-moz-placeholder {
    color: #000;
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
}
.book-form input::-webkit-input-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
}
.title > h1 {
    color: #fff;
    line-height: 40px;
    margin-top: 0;
    text-transform: uppercase;
}
.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px);
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    box-sizing: border-box;
    text-transform: capitalize;
}
.title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.copyright {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}
.copyright a, .copyright a:hover{
    color:#fff;
    text-decoration: none;
    font-weight: 600;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    .signup-page .col-md-4 {
        width: 40%;
    }
}
@media (max-width: 991px){
    .signup-page .col-md-3 {
        width: 100%;
    }
    .title > h1 {
        font-size: 24px;
    }
    .title h2 {
        font-size: 14px;
    }
    .box {
        padding: 20px 10px;
    }
    .book-form input, .book-form select {
        height: 35px;
    }
}
@media (max-width: 767px){
    .logo h1 {
        margin-bottom: 0;
    }
    .form-group select {
        background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px);
    }
    .box {
        margin-top: 10px;
    }
}
@media (max-width: 400px){
    .book-form input, .book-form select {
        font-size: 11px;
    }
    .form-group select {
        background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px);
    }
    .title > h1 {
        font-size: 20px;
    }
}