﻿

body {
    padding-bottom: 20px;
    font-family: 'Roboto';
    font-size: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
    height: auto;
}


* {
    font-size: 15px !important;
    line-height: 18px !important;
    font-family: 'Roboto';
    font-style: regular !important;
}


.loginBackgroundImg {
    background: url("../img/loginimage6.png") no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.login-container {
    margin-top: 50px;
    height: auto;
    width: 95% !important;
}

.welcome-to-your-free {
    height: 72px !important;
    width: 490px !important;
    color: #87126f !important;
    font-family: 'Roboto';
    font-size: 36px !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    line-height: 36px !important;
}

.loginTitleHeader {
    height: 72px !important;
    color: #ffffff !important;
    font-family: 'Roboto';
    font-size: 30px !important;
    font-weight: 800px !important;
    letter-spacing: 0;
    line-height: 36px !important;
}

.loginTitleHeader1 {
    color: #ffffff !important;
    font-family: 'Roboto';
    font-size: 20px !important;
    font-weight: 800px !important;
    letter-spacing: 0;
    line-height: 36px !important;
}



.labelFont {
    font-weight: bold;
    color: #87126f;
}

label {
    font-weight: bold !important;
}

.loginbutton {
    height: 60px !important;
    width: 320px !important;
    border-radius: 30px !important;
    background-color: #87126f !important;
    color: #FFFFFF !important;
    font-family: 'Roboto';
    font-size: 20px !important;
    letter-spacing: 0px !important;
    line-height: 12px !important;
    text-align: center !important;
    padding-top: 21px !important;
}

    .loginbutton:hover {
        height: 60px;
        width: 355px;
        border-radius: 30px;
        background-color: #e01fba !important;
        color: #FFFFFF !important;
        font-family: 'Roboto';
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 12px;
        text-align: center;
        padding-top: 21px;
    }

.registerButton {
    height: 60px !important;
    width: 280px !important;
    border-radius: 30px !important;
    background-color: #87126f !important;
    color: #FFFFFF !important;
    font-family: 'Roboto';
    font-size: 18px !important;
    letter-spacing: 0px !important;
    line-height: 12px !important;
    text-align: center !important;
    padding-top: 23px !important;
}


/*a:hover {
    color: #080808 !important;
    cursor: pointer !important;
}*/



.form-group {
    padding-top: 4px !important;
}
