﻿body {
    background-color: #2c2827;
    background-image: url(/Content/images/Banner/banner-.png);
    background-repeat: no-repeat;
    background-position: top;
    width: auto;
    height: auto;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}

#termslink, #termslink:hover {
    color: #45b878;
}

/* Large desktops and laptops */
@media (min-width: 1110px) {
    #register {
        margin-top: 100px !important;
    }

    #formbox {
        margin-top: 100px !important;
    }
}

@media (max-width: 1199px) {
    #footerbg {
        /*margin-top: -180px !important;*/ /*185*/
    }

    #bg {
        /*height: 900px !important;*/
    }

    #register {
        top: 8% !important;
        left: 16% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    #footerbg {
        /*margin-top: -160px !important;*/ /*175*/
    }

    #register {
        top: 8% !important;
        left: 17% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
        
    }
}

/* Landscape phones and portrait tablets (max 768px) */
@media (max-width: 768px) {
    #footerbg {
        /*margin-top: -140px !important;*/
    }

    #bg {
        /*height: 500px !important;*/
    }

    #register {
        top: 8% !important;
        left: 16% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 767px) and (min-width: 541px) {
    #footerbg {
        /*margin-top: -138px !important;*/
    }

    #register {
        top: 10% !important;
        left: 8% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
        
    }
}

@media screen and (max-height: 575px){
    #rc-imageselect, .verify {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        padding-left: 16px;
    }
}

@media (max-width: 540px) and (min-width: 481px) {
    #footerbg {
        /*margin-top: -130px !important;*/
    }

    #register {
        top: 10% !important;
        left: 8% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
        
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #footerbg {
        /*margin-top: -108px !important;*/
    }

    #register {
        top: 10% !important;
        left: 8% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }

}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    #footerbg {
        /*margin-top: -100px !important;*/
    }

    #register {
        top: 12% !important;
        left: 9% !important;
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }

    /*#rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }*/
}

#footerbg {
    background-color: transparent;
    /*margin-top: -230px;*/
}

input {
    width: 100%;
}

#bg {
    width: 100%;
    /*position: relative;*/
    height: 1000px;
}

.btn-default {
    color: white;
    background-color: #45b878;
}

.btn-default:hover {
    color: #45b878;
    background-color: white;
    border-color: #45b878;
}

.form-group {
    padding-left: 20px;
    padding-right: 20px;
}

#register {
    text-align: center;
    position: relative;
    top: 10%;
    left: 25%;
    background-color: whitesmoke;
    opacity: 0.9;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 80px;
}

.g-recaptcha {
    padding-bottom: 15px;
}

/*.input-validation-error {
    border-color: #b94a48;
}*/

/*#rc-imageselect, .g-recaptcha {
    transform:scale(0.65);
    -webkit-transform:scale(0.65);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}*/       