#pageLoder{
    background:url(/webcontents/images/loader.svg) center center no-repeat #000;
    height:100%;
    left:0;
    opacity:.6;
    top:0;
    position:fixed;
    width:100%;
    z-index:9999999;
    display:none;
}
.parsley-errors-list, .parsley-required {
    list-style-type: none !important;
    color: #e5603b;
    font-size: 14px !important;
    line-height: inherit !important;
    margin-left: 0px;
padding-left: 0px;
}

.notification-error
{
    display: none;
    color: #fb5e5e;
    text-align: center;
}
.alert.alert-danger {
    background-color: #f64e60;
    border-color: #f64e60;
    color: #fff;
}
.alert-danger {
    background-color: #f4919c;
    border-color: #f4919c;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 5px 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}
.login-box {
    min-width: 370px;
    width: 30%;
}
.schoolimg {
    float: right;
    padding: 0px;
    margin: 0 auto;
    min-height: 610px;
    width: 70%;
    min-width: 200px;
    max-height: 1100px;
    height: 100%;
}
@media screen and (max-width: 800px) {
    .schoolimg {
        display:none;
    }
}
body {
    color: #000;
    overflow-x: hidden;
    height: 100vh;
    background-color: #f4f4f4;
}
body {

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
input,
textarea {
    border-radius: 5px !important;
    padding: 10px 15px 9px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #e3e6e5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #45d598 !important;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.card {
    border-radius: 0;
    border: none;
    border-radius: 13px;
}

.card1 {
    width: 50%;
    padding: 20px 30px 10px 30px
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to right, #FFD54F, #D500F9)
}

#logo {
    width: 70px;
    height: 60px
}
#logostem {
  /*  width: 70px;*/
    height: 60px
}
.heading {
    margin-bottom: 40px !important
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

.form-control-label {
    font-size: 15px;
    margin-left: 1px
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px
}

.btn-color {
    border-radius: 5px;
    color: #fff;
    background: #45d598;
    padding: 8px;
    cursor: pointer;
    border: none !important;
    margin-top: 24px;
}

.btn-color:hover {
    color: #fff;
    background: #45ced5;
}

.btn-white {
    border-radius: 5px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #D500F9 !important
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #FFD54F, #D500F9)
}

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    margin-top: 50px !important
}

.sm-text {
    font-size: 15px
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px
    }

    .card2 {
        width: 100%
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        padding: 50px
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}
.label-checkbox100 {
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}
.input-checkbox100:checked + .label-checkbox100::before {
    color: #45d598;
}
.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #e0e1e1;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
h3
{
    font-size: 19px;
}
@media only screen and (max-width: 768px) {
    .image-sec
    {
        display: none;
    }
}
@media only screen and (max-width: 366px) {
    .image-sec
    {
        display: none;
    }
}
.carousel-item img
{
    max-height: 500px !important;
}
