/*
Created for The Northern Alliance website management system.
*/
/* 
    Created on : 11 Jul 2020, 08:20:29
    Author     : rwp
*/
#bodyOverlay{
    height:100vh;
    width:100vw;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2), inset 3000px 0 0 0 rgba(0, 10, 0, 0.7);
    background-image: url("assets/images/odin-with-ravens.png");
    background-size: 100% 100%;
    position:fixed;
    top:0
}

div.formholder {
    width:100%;
    max-width: 400px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    box-shadow: 1px 1px 2px #333;
    background: var(--midgrey);
    padding: 0 15px;
}
h1 {
    color: #fff
}
form {
    border: none;
    margin:10px;
    padding:10px 
}

input {
    padding:5px;
    background:var(--lightgrey);
    color:var(--lightfont);
    border-color: transparent
}
div.fieldGroup {
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 20px;
    padding: 2px 10px 2px 0;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.fieldGroup span {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    color: #fff;
    background: transparent;
    line-height: 49px;
    text-align: right;
}
.fieldGroup .wthree-field {
    flex: 4 50%;
    -webkit-box-flex: 4 50%;
    -moz-box-flex: 4 50%;
    -webkit-flex: 4 50%;
    -ms-flex: 4 50%;
}
.wthree-field input {
    padding: 10px 0 10px 15px;
    font-size: 17px;
    font-weight: 300;
    color: #ddd;
    letter-spacing: 1px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
    width: 100%;
    outline: none;
}

.wthree-field input.btn {
    background: var(--green);
    border: none;
    color: #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
ol, ul {
    list-style: none;
    margin:20px 0px 10px 0px;
    padding: 0px;
}
ul {
    display: block;
    list-style-type: disc;
    width:100%;
}
ul li {
    display: inline-block;
    width:100%
}
li.switch-agileits {
    float: left;
    width:90%;
}
li.switch-agileits label {
    width:100%
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.clearfix {
    clear: both;
}

.switch {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #ccc !important;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    height: 22px;
    padding-left: 3em;
    cursor: pointer;
    color: #ccc;
    font-weight: 300;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: .4s;
    transition: .4s;
    width: 21%;

}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 5px;
    bottom:2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;

}

input:checked + .slider {
    background-color: var(--green);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
li:nth-child(2) a, label.switch {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #ccc !important;
    text-transform: capitalize;
}
.slidertext {
    padding: 0 0 0 20px
}