﻿

@media (max-width: 991px) {
    .logincard {
        width: 100%;
    }

    .logintitle {
        max-width: 100%;
    }

    .loginbase {
        padding-left: 3.0rem !important;
        padding-right: 3.0rem !important;
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .secondcol {
        display: none;
    }
    .ind-height {
        height: 3.75rem !important;
    }
    .margin35 {
        margin-bottom: 2.188rem !important;
    }

    .copyrightrow{
       /* flex-direction:column!important;*/
        text-align:left!important;
    }
    .header {
        font-size: 2rem !important;
    }
}

@media (min-width: 992px) {
    .logincard {
        width: 30vw;
    }

    .logintitle {
        max-width: 50vw;
    }

    .loginbase {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
    .ind-height {
        height: 3.75rem !important;
    }
    .margin35 {
        margin-bottom: 2.188rem !important;
    }
    .secondcol {
        display: inline;
    }
    .copyrightrow {
       /* flex-direction: row !important;*/
    }
    .header {
        
    }
}

@media (max-height:800px) {
    .loginbase {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .ind-height {
        height: 2.75rem!important;
    }

    .margin35 {
        margin-bottom: 2.188rem !important;
    }
    .header {
        
    }
}


@media (max-height:650px) {
    .loginbase {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .ind-height {
        height: 2.75rem !important;
    }
    .margin35 {
        margin-bottom: 1.188rem !important;
    }
    .header {
        font-size: 2rem !important;
    }
}

@media (max-height:600px) {
    .loginbase {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .ind-height {
        height: 2.75rem !important;
    }
    .margin35 {
        margin-bottom: 1.188rem !important;
    }

    .header {
        font-size:2rem!important;
    }
}



@font-face {
    font-family: 'Cera Pro';
    font-weight: normal;
    src: url('../Cera Pro.otf') format('opentype');
}

@font-face {
    font-family: 'Cera Pro';
    font-weight: bold;
    src: url('../Cera Pro Bold.otf') format('opentype');
}



.logincard {
    background-color: white;
    
    /*width: 30vw;*/
    border-radius: .5625em;
    margin-left: auto;
    margin-right: auto;

}

.validation-summary-errors > ul {
    list-style-type: none;
    padding: 0!important;
    margin: 0!important;
    
    
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*-webkit-text-fill-color: red!important;*/
    -webkit-box-shadow: 0 0 0px 1000px #f8f8ff inset !important;
}
 .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
 background-color: #505288;
 border-color: #505288;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0rem;
    }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0rem;
}
.graycolor {
    color: #BDBDBD;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4F4F4F;
    border-color: #4F4F4F;
}

.basecolor {
    color: #4F4F4F;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4f4f4f;
    opacity: 1; /* Firefox */
}

.form-focus:active {
    border-color: #4F4f4f!important;
    box-shadow: 0 0 0 0.5px;
}

.form-focus:focus {
    border-color: #4F4f4f !important;
    box-shadow: 0 0 0 0.5px;
}

.checkbox-border:active {
    box-shadow: 0 0 0 0px;
}

.checkbox-border:focus {
    box-shadow: 0 0 0 0px;
}



.forgotlink {
    color: #2F80ED !important;
}

.loginwrapper{
    align-content:center;
}

.loginbutton {
    background-color: #6467AA;
    border-color: #6467AA;
}

    .loginbutton:hover {
        background-color: #7376B2;
        border-color: #7376B2;
    }
.ceralogin {
    font-family: 'Cera Pro', Arial, Verdana,'Helvetica Neue', Helvetica, sans-serif;
}

.logintitle {
    
    padding-bottom: 2em;
    /*max-width:50vw;*/
}

.bottomtext{
    margin-top:3em;
    
}

.custom-column {
     
    padding:1em;
     
}

.oi {
    min-width: 1em;
}

.input-group-text{
    background-color: transparent;
}

html,
body {
    font-family: Arial, Verdana,'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 !important;
}

.css-selector {
    background: linear-gradient(270deg, #293272, #7a75b5);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}



/*SHOW HIDE TEXT*/


.panel-wrapper {
    position: relative;
}

.btn {
      
      
     
}

.show, .hide {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    margin-bottom: -15px;
}

.hide {
    display: none;
}

.show:target {
    display: none;
}

    .show:target ~ .hide {
        display: inline;
    }

    .show:target ~ .panel {
        max-height: 2000px;
        -webkit-line-clamp: 100;
    }

    .show:target ~ .fade {
        margin-top: -50px;
         
    }

.panel {
    position: relative;
    /*margin: 2em auto;*/
    width: 100%;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 1s .0s ease-in-out;
}

.fade {
    /*background: linear-gradient(rgb(0, 255, 255,0.0) 40%,rgb(128, 128, 128) 90%);*/
  
    /*opacity: 0.2 !important;*/
    height: 50px;
    margin-top: -50px;
    position: relative;
 
}