
#header{
  position: absolute;
  top: 10%;    
  left:0;
  right:0;
  margin:0 auto;
  width: 50%;
  height: 100px;
  border:thin solid black;
  text-overflow:ellipsis;
}
/*Grid Config*/
.grid-contlogin{
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
/*    grid-auto-rows: minmax(1px, auto);*/
    background-image: url("../imgs/wallpaper.jpg");
    height: 100%;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}

.grid-contlogin > div{
    padding: 1em;
}

.item1{
    grid-column: 1/3;
    grid-row: 1/3;
    height: 20px;
}

.item2{
    grid-column: 1/3;
    grid-row: 3/5;
    justify-self:center;
    background: #FFF;
    border-radius: 13px;
    border: 1px solid #FFF;
    width: 350px;
    height: 250px;
    }

.item3{
    grid-column: 1/3;
    grid-row:6/7;
}
/*Grid End Config*/
/*
.cd-form .fieldset{
    position:relative;
    margin: 1em 0;
}
.cd-form input.has-padding{
    padding: 16px 20px 16px 50px;
}

.cd-form input.has-padding{
    border: 1px solid #000;
    border-top-color: rgb(210, 216, 216);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(210, 216, 216);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(210, 216, 216);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(210, 216, 216);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

}
.cd-form input.logPass{
    padding: 12px 20px 12px 50px;
    width:100%;
}
.cd-form input{
    margin: 0;
    padding: 0;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: gainsboro;
    
}

input, textarea{
    font-family:"PT Sans", sans-serif;
    font-size: 16px;
    font-size:1rem;
}
.cd-user-modal-container{
    cursor:auto;
}
.cd-user-modal.is-visible{
    visibility: hidden;
}
.cd-user-modal{
    cursor:pointer;
    visibility: hidden;
}

.cd .hide-password{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: .875rem;
    color: #343642;
}
a{
    cursor: pointer;
    outline: none;
}*/

input, textarea{
    font-family:'proxima-nova', sans-serif;
    font-size: 11px;
}
.cd-form input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid white;
    border-bottom-color: lightgray;
    box-sizing: border-box;
    background-color: none;
}
.cd-form input[type=password]{
    width: 90%;
    padding: 10px 15px;
    margin: 0px 10px;
    display: inline-block;
    border: 1px solid white;
    border-bottom-color: lightgray;
}
.cd-form input[type=text]{
    width: 90%;
    padding: 10px 15px;
    margin: 0px 10px;
    display: inline-block;
    border: 1px solid white;
    border-bottom-color: lightgray;
    box-sizing: border-box;
}

.cd-form input[type=submit]{
    width: 50%;
    background-color: #50c8e8;
    padding: 10px 20px;
    margin: 15px 103px;
    border: none;
    border-radius: 0px;
}

.cd-form input[type=submit]:hover{
    
    background-color: rgb(80, 200, 232, 0.7);
}
.hide-password{
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 50%;
    bottom: auto;
    padding: 0px 15px;
    border-left: 1px solid #d2d8d8;
    left: 287px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: .875rem;
    color: #343642;
/*
    display: block;
    position:fixed;
    right: 0;
    top: 300px;
    bottom: 0px;
    left: 770px;
    padding: 1px 15px;
    border-left: 1px solid #d2d8d8;
    font-size: 14px;
    font-size: .875rem;
    color: #343642;
*/
}
a{
    outline: none;
}

.textarc{
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #C8C8C8;
}
input[type=checkbox]{
    border: 1px solid grey;
    border-radius: 25px;
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
/*
    object-position: center;
    align-content: center;
*/
}
label{
    display: inline;
}
.regular-checkB{
    display: none;
}
.regular-checkB + label{
    background-color:#fafafa;
    border: 1px solid #cacece;
/*    box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-left: 8%;
    
}

.regular-checkB + label:active, .regular-checkB:checked + label:active{
/*    box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}

.regular-checkB:checked + label{
    background: -color:#e9ecee;
    border: 1px solid #adb8c0;
/*    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset o0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);*/
}

.regular-checkB:checked + label:after{
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: 1px;
    color: #99a1a7;
}

.checkText{
    position: relative;
    font-family: 'proxima-nova', sans-serif;
    font-size: 11px; 
    padding-left: 10px;
    color: darkslategray;
    bottom:5px;
}

.radio-1{
    width: 193px;
}

.button-holder{
    float: left;
}
#ForgotPassword{
    position: relative;
    font-family: 'proxima-nova', sans-serif;
    font-size: 11px; 
    bottom:5px;
    left: 110px;
}
a:link{
    text-decoration: none;
    color: darkslategray;
}
a:visited{
    text-decoration: none;
    color: darkslategray;
}
a:hover{
    text-decoration: none;
    color:lightgray;
}
