/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}

    .iradio_square-blue.hover {
        background-position: -144px 0;
    }

    .iradio_square-blue.checked {
        background-position: -168px 0;
    }

    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* @keyframes example {
    from {margin-right: 800px;}
    to {margin-right: 0px;}
  }
.signinback{
    background-color: 	whitesmoke;
    width: 30%;
    position:absolute;
    height: 85vh;
    box-shadow: 1px 1px 5px 5px rgb(87, 87, 87);
    border-radius: 15px;
    animation-name: example;
    animation-duration: 3s;
} */
@keyframes example {
    from {
        margin-left: 0%;
    }

    to {
        margin-right: 5%;
    }
}

.display {
    box-shadow: 1px 1px 5px 5px rgb(87, 87, 87);
    background-color: #fff;
    height: auto;
    position: relative;
    /* margin-top: -5%; */
    border-radius: 10px;
    animation-name: example;
    animation-duration: 3s;
    /* width: 30%; */
    display: inline-block;
    /* margin-left:65%; */
    padding: 10px 40px 50px;
}

@media only screen and (max-width: 2000px) {
    .display {
        /* margin-top: 0%; */
    }
}

@media only screen and (max-width: 1500px) {
    .display {
        /* margin-top: 0%; */
    }
}

@media only screen and (max-width: 1200px) {
    .display {
        /* margin-top: 0%; */
    }
}

@media only screen and (max-width: 862px) {
    /*.display {
        margin-left: 50%;
        width: 40%;
    }*/
}

@media only screen and (max-width: 667px) {
    /*  .display {
        margin-top: -13%;
        width: 95%;
        height: 85vh;
        margin-left: 2%;
    }*/
}

@media only screen and (max-width: 667px) {
    .logoimg {
        width: 40%;
        height: 15%;
    }
}

@media only screen and (max-width: 445px) {
    .logoimg {
        width: 50%;
        height: 10%;
    }
}

@media only screen and (max-width: 280px) {
    .logoimg {
        width: 80%;
        height: 10%;
    }
}

@media only screen and (max-height: 640px) {
    .logoimg {
        width: 50%;
    }
}

@media only screen and (max-height: 546px) {
    .logoimg {
        width: 40%;
    }
}

@media only screen and (max-height: 640px) {
    .footerlogo {
        height: 30px;
    }
}

@media only screen and (max-height: 597px) {
    .logoimg {
        width: 40%;
    }
}

@media only screen and (max-height: 640px) {
    .display {
        /* height: 80vh; */
    }
}
/* @media only screen and (max-height: 568px){
    .display{
        margin-top: -30%;
        height: 87vh;
    }
} */
@media only screen and (max-width: 280px) {
    .display {
        margin-top: -33%;
        width: 90%;
        height: 90vh;
        margin-left: 5%;
    }
}

.display2 {
    text-align: center;
}

.group {
    margin-top: 0;
    position: relative;
    margin-bottom: 30px;
}

.mailpass {
    background-color: transparent;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #757575;
}

    .mailpass:focus {
        outline: none;
    }

.display .cpmheading {
    margin-top: -60px;
}

.lab {
    font-family: 'Parkinsans', sans-serif;
    color: black;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.mailpass:focus ~ .lab, .mailpass:valid ~ .lab {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}

.bar {
    position: relative;
    display: block;
    width: 95%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

.mailpass:focus ~ .bar:before, .mailpass:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.mailpass:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.signinbutt {
    width: 40%;
    height: 4vh;
    background-color: #2c2c2c;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

    .signinbutt:focus {
        outline: none;
    }

    .signinbutt:hover {
        border-radius: 0px;
        width: 45%;
        height: 6vh;
    }

#slideset1 {
    /* height: 10em; */
    position: relative
}

    #slideset1 > * {
        animation: 12s autoplay6 infinite linear;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.0
    }

@keyframes autoplay6 {
    0% {
        opacity: 0.0
    }

    4% {
        opacity: 1.0
    }

    33.33% {
        opacity: 1.0
    }

    37.33% {
        opacity: 0.0
    }

    100% {
        opacity: 0.0
    }
}

.formsBtnMain {
    padding: 10px 58px;
    background: #092787;
    border: 1px solid #092787;
    transition: 0.5s;
    border-radius: 5px;
    color: white;
    font-size: 18px;
}

.ParentLogin {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.formsBtnMain:hover {
    background: black;
    border-color: white;
    color: white;
}

#slideset1 > *:nth-child(1) {
    animation-delay: 0s
}

#slideset1 > *:nth-child(2) {
    animation-delay: 4s
}

#slideset1 > *:nth-child(3) {
    animation-delay: 8s
}

.backimgslider {
    height: 100vh;
    width: 100%;
    opacity: 1;
}

.collab {
    display: flex;
    justify-content: center;
    margin-top: 50% !important;
}
