﻿body {
    background-color: #FFF!important;
}

.identityBackground {
    background-image: url(img/home7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.logoHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 10px;
    text-align: center;
}

    .logoHolder img {
        width: 70%;
    }

h1 {
    text-align: center;
    font-weight: 500;
    font-size: 2em;
    color: #000!important;
}

h2 {
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    color: #2bb6bd;
}

.identityForm, .identityRegister, .identityHelpLinks {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

    .identityForm i {
        color: #2bb6bd;
        font-size: 0.8em;
        padding-right: 20px;
    }
    .identityForm span {
        color: rgba(0, 0, 0, 0.5);
        font-size: 0.8em;
    }

.inputIdentity {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: solid 1px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    font-weight: 300;
    color: #2bb6bd;
}

    .inputIdentity:focus {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        border: solid 1px #2bb6bd;
        background-color: rgba(255, 255, 255, 1);
    }

.btnIdentity {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #2bb6bd;
    border: solid 1px #2bb6bd;
    border-radius: 20px;
    height: 40px;
    color: #FFF;
}

.identityRegister a {
    display: table;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    border: solid 0.5px rgba(0, 0, 0, 0.1);
    padding: 5%;
    border-radius: 10px;
}


    .identityRegister a b {
        font-size: 1.2em;
        color: #2bb6bd;
        font-weight: 500;
    }

    .identityRegister a strong {
        color: rgba(0, 0, 0, 0.5);
        font-weight: 700;
        font-size: 1em;
    }


.identityRegister a:hover {
    display: table;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    border: solid 0.5px rgba(0, 0, 0, 0.1);
    padding: 5%;
    border-radius: 10px;
    background-color: #2bb6bd;
    text-decoration: none;
}


    .identityRegister a:hover b {
        font-size: 1.2em;
        color: #FFF;
        font-weight: 500;
    }

    .identityRegister a:hover strong {
        color: #FFF;
        font-weight: 700;
        font-size: 1em;
    }


.identityHelpLinks {
    text-align: center;
    font-size: 0.7em;
    color: rgba(0, 0, 0, 1);
}
    .identityHelpLinks a {
        color: rgba(0, 0, 0, 1);
        padding-right: 30px;
    }
    .identityHelpLinks a i {
        padding-right: 5px;
    }


footer {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    display: table;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

 footer span {
     font-size: 0.7em;
 }