﻿/*.navbar {
    display: none
}

footer {
    display: none
}
*/
.register-photo {
    background: #f1f7fc;
    padding: 80px 0;
}

    .register-photo .image-holder {
        display: table-cell;
        background: url('../../images/logo.png') no-repeat center center;
        background-color: white;
        height: 326px;
        text-align: center;
        background-size: 400px auto;
        /*height: 200px;
            width: 200px;*/
    }


    .register-photo .form-container {
        display: table;
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    }

    .register-photo .form {
        display: table-cell;
        width: 550px;
        background-color: #ffffff;
        padding: 40px 60px;
        color: #505e6c;
    }

@media (max-width:991px) {
    .register-photo .form {
        padding: 40px;
    }
}

.register-photo .form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.register-photo .form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
}

.register-photo .form .form-check {
    font-size: 13px;
    line-height: 20px;
}

.register-photo .form .btn-primary {
    background: #5db199;
    border: none;
    border-radius: 50px;
    padding: 11px;
    box-shadow: none;
    margin-top: 25px;
    text-shadow: none;
    outline: none !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

    .register-photo .form .btn-primary:hover, .register-photo form .btn-primary:active {
        background: #00807d;
    }

    .register-photo .form .btn-primary:active {
        transform: translateY(1px);
    }

.register-photo .form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}

.checkbox label {
    padding-left: 25px !important
}

.checkbox input[type="checkbox"] {
    margin-left: 0 !important
}


.loginHead {
    color: #00bf9d;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 10px
}

    .loginHead b {
        font-family: 'Roboto', sans-serif;
    }

.logindisclaimer {
    background: #263a52;
    padding: 10px 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px
}

    .logindisclaimer a {
        color: white;
        text-decoration: underline;
        cursor: pointer
    }

.logincontainer {
    padding: 0 35px
}

    .logincontainer b {
        font-family: 'Roboto', sans-serif;
        color: #263a52
    }