
body
{
    font-family: 'Roboto' , sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}

strong
{
    font-weight: 500;
}

a, a:hover, a:focus
{
    color: #42bfc2;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2
{
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.62);
    line-height: 50px;
}

h3
{
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img
{
    max-width: 100%;
}








/***** General style, all sections *****/




.btn-link-1
{
    position: relative;
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #2196F3;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active
{
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.btn-link-2
{
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus
{
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}



input[type="text"], input[type="password"]
{
    border-color: #eee;
}

P > [type="checkbox"] + label::before
{
    border: 2px solid #fbfbfb;
}

/* .left-content
{
    padding-top: 100px;
} */


/***** Top content *****/

.inner-bg
{
    padding: 60px 0 0 0;
}
.inner-bg p
{
    color:#000;
}


.form-top
{
    overflow: hidden;
    padding: 5px 15px;
    background: #444;
    background: rgba(0, 0, 0, 0.35);
    text-align: left;
}

.form-top-left
{
    float: left;
    width: 75%;
    padding-top: 5px;
}

.form-top-left h3
{
    margin-top: 0;
    color: #fff;
}
.form-top-left p
{
    opacity: 0.8;
    color: #fff;
}


.form-bottom
{
    padding: 25px 25px 30px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
}
.select-wrapper span.caret {
    color: #fff;
}


