﻿html {
}

body {
    background-color: #cbcbcb;
}

.titleHead {
    background-color: #2b3433;
    text-align: center;
    padding-top: 1vh;
    width: 100%;
    height: 11vh;
    z-index: 1;
}

    .titleHead img {
        height: 8vh;
    }

.seperator {
    background-color: #929292;
    height: 6vh;
    z-index: 2;
    width: 100%;
}

.contentArea {
    height: 78vh;
    margin-bottom: 10vh;
}

.contentBox {
    background-color: #ebebeb;
    color: #292929;
    margin: 4vh 10vw 0 10vw;
    min-height: 65vh;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 2vw;
    box-shadow: 10px 10px 20px #929292;
    font-family: Calibri;
}

.contentBoxHeader {
    text-align: center;
    padding-top: 2vh;
    margin-bottom: 4vh;
}

    .contentBoxHeader img {
        height: 14vh;
    }

.copyrightBar {
    background-color: #1a1e1e;
    height: 4vh;
    padding-top: 1vh;
    text-align: center;
    color: white;
    font-size: 1.5vh;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    width: 100%;
}

span {
    /*padding-left: 5px;*/
}

.dropSpace {
    margin-bottom: 30px;
}

.btn-otp {
    line-height: 1.5;
    border: 1px solid #3daeaa;
    border-radius: 4px;
    color: white;
    background-color: #5dceca;
    width: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.load-centre {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


