
    .alert.alert-warning {
        color: #f0ad4e;
        background-color: #fef9f3;
    }

    .alert.alert-dismissable {
        padding-right: 35px;
    }

    .microsoftId{
        width: 1.25rem;
      }
      
    .alert {
        padding: 10px 15px;
        border-radius: 0;
        border: 0;
        border-left: 3px solid;
    }


    .slide_section {
        display: inline-block;
        width: 100%;
    }

    .forgotpass-section {
        display: none;
    }

    .alert.alert-success {
        color: #5cb85c;
        background-color: #eaf6ea;
    }

    .login_div {
        overflow: hidden;
        min-height: 200px;
    }

    .tiles {
        position: relative;
    }

    body {
        background-image: url(/assets/img/loginbg.jpg) !important;
        background-size: initial;
        background-repeat: no-repeat;
        background-color: #eee;
        background-size: cover;
    }

    .schoolname h3 {
        color: #fff;
    }

    .schoollogo {
        max-width: 60px;
        height: auto;
    }

    .curpint {
        cursor: pointer;
        margin-top: 15px;
        text-align: center;
    }

        .curpint:hover {
            color: #fff;
        }

