﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface:400,700);

body {
    padding-bottom: 20px;
    font-family: 'Source Sans Pro';
    font-size: 15px;
    font-style: regular;
    background-color: #fff;
    height: auto;
}


* {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Source Sans Pro';
    font-style: regular;
}


.loginBackgroundImg {
    background: url("../images/loginImage.png") no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: auto;
}

.login-container {
    width: 555px;
    margin: 0 100px;
    margin-top: 150px;
    height: auto;
}

.container-Footer {
    width: 555px;
    margin: 0 100px;
    margin-top: 50px;
    height: auto;
  
}

.welcome-to-your-free {
    height: 72px;
    width: 490px;
    color: #080808;
    font-family: 'Abril Display';
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 36px;
}

.sign-in {
    width: 555px;
    height: auto;
    padding-left: 5px;
    margin: 0 auto;
}

.labelFont {
    font-weight: bold;
}

label {
    font-weight: bold !important;
}

.loginbutton {
    height: 60px;
    width: 355px;
    border-radius: 30px;
    background-color: #0C3CFF;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 12px;
    text-align: center;
    padding-top: 21px;
}

    .loginbutton:hover {
        height: 60px;
        width: 355px;
        border-radius: 30px;
        background-color: #0c54ff;
        color: #FFFFFF!important;
        font-family: 'Source Sans Pro';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 12px;
        text-align: center;
        padding-top: 21px;
    }

.registerButton {
    height: 60px;
    width: 280px;
    border-radius: 30px;
    background-color: #0C3CFF;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 12px;
    text-align: center;
    padding-top: 23px;
}


/*a:hover {
    color: #080808 !important;
    cursor: pointer !important;
}*/



.form-group {
    padding-top: 4px !important;
}
