.login_main {
    margin: 0 auto !important;
}

.login_form {
    width: 250px;
}

@media screen and (min-width: 768px) {
    .login_form {
        float: right !important;
    }
}

    .inner_header {
        width: 100%;
        float: left;
    }

    .login_header {
        padding: 0 0px !important;
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
    }

        .login_header h1 {
            color: #fff;
            float: left;
            line-height: 50px;
            font-size: 46px;
            max-width: 500px;
        }

    .login_header_logo {
        margin-right: 0;
    }

.newfeature_gif {
/*    position: relative; */  
    position: fixed;
/*  right: 78%;
margin-top: -24%;*/
    /*width: 170%;*/
    z-index: -1;
    /*right: 63%;*/
    right: 15%;
    bottom: 25px;
    margin-bottom: 0px;
    max-width: inherit !important;
    max-height: 258px;
}


    @media screen and (min-width: 768px) {
    }

    @media screen and (max-width: 767px) {
        .login_header h1 {
            max-width: inherit;
            width: 100%;
            clear: both;
            margin: 80px 0 0;
            font-size: 32px;
            line-height: 32px;
        }

        .login_main {
            width: 100%;
            max-width: inherit;
            padding: 0;
        }

        .inner_header {
            text-align: center;
        }

        .login_header_logo {
            margin: 20px auto;
        }

        .login_form {
            width: 250px;
            margin: 0 auto;
            float: none;
        }

        .login_context {
            width: 100%;
            float: left;
            clear: both;
            text-align: center;
            margin: 0 0 30px;
        }

        .newfeature_gif {
            /*width: 100%;*/
            z-index: -1;
            right: 0%;
            bottom: 0;
        }

        body.container {
            padding-left: 0;
            padding-right: 0;
            background-size: cover;
        }
    }

    .btn_purplenew {
        background-color: #7b4b89;
    }

    .clear {
        clear: both;
    }

    @media all and (min-width:768px) and (max-width:992px) {

        .login_header h1 {
            font-size: 36px;
            line-height: 40px;
        }

        .login_header_logo {
            margin: 40px 30px 0 0;
        }
    }

    .login_main {
        clear: both;
    }

    .prod_intro_video video {
        width: 400px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .leftpad {
        margin-left: 85px;
    }

    .login_main {
        margin: 0px;
    }

    .login_form .radio, .login_form .checkbox {
        margin-top: inherit;
        margin-bottom: inherit;
        display: inline-block;
        float: left;
    }

    @media screen and (min-width:768px) {
        .footer {
            width: 100%;
        }

        .login_header_logo {
            float: right;
            margin: 50px 25px 0 0;
        }
    }

    #macwarning {
        font-size: medium !important;
        font-weight: bold;
        margin-top: 40px;
    }
.row.login_outer {
 display:flex; align-items:center;}

.login_wrapper {
    background-image: none;
}
.login_wrapper .login_form { width:410px;    }
    .login_wrapper h1 {
        font-size: 30px;
        line-height: normal;
        font-weight: bold;
        color: #284768;
    }
    .login_wrapper input[type='text'], .login_wrapper input[type='password'] {
        border-bottom: 2px solid #00425F;
        border-width: 0 0 2px 0;
        border-radius: 0;
        padding-top: 15px;
        padding-left: 26px;
    }
    .login_wrapper .inputfield {
     position:relative;}
    .login_wrapper .inputfield img {
        position: absolute;
        left: 0;
        top: 34px;
        z-index: 1;
    }

    .login_wrapper input[type='submit'] {
        border: 2px solid #F5B61A;
        background: white;
        color: #F5B61A;
        border-radius: 30px;
        padding: 15px 16px;
        font-size: 18px;
        margin-bottom:0;
    }
    .login_wrapper .login_logo_wrapper {
     display:flex;}
    .login_wrapper .login_header_logo {
        width: 225px;
        background-image: url("/theme/skin_student/images/logo-blue-40px.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        margin:0;
    }
    .login_wrapper .field_label {
        font-size: 15px;
        color: #00425F;
        font-weight: bold;
    }
.login_wrapper .login_forgot_password {text-align:left; padding-top:0; padding-bottom:30px;}
    .login_wrapper .forgot_password {
        line-height: 15px;
        font-size: 13px;
        color: #00425F;
        font-weight: 500;
    }
#CleverLogin { display:inline-block; float:left;
}
#ClassLinkLogin{  display:inline-block; float:right;
}
    #CleverLogin img, #ClassLinkLogin img {
        width: 170px;
        height: 60px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    #SchoologyLogin img {
        width: 350px;
        height: 60px}

.signinwith {
    display: block;
    text-align: center;
    margin: 10px 0 10px;
    position: relative;
    color: #D9D9D9;
}

span.signinwith:before {
    content: "";
    background: #D9D9D9;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
}
span.signinwith:after {
    content: "";
    background: #D9D9D9;
    width: 100px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%)
}
#togglepswd{
    position:absolute;
    right:26px;
    top:6px;
}
.icn-hide-pswd {
 display:none;}
.login_context { margin-right:100px; padding:0;
width:420px;}
    .login_context img {
     width:100%;}
.login_wrapper h1 {
 margin:20px 0;}
/*.login_wrapper {
    background-image: url('images/bg_device_Dark_V2.png');
    background-size: cover;
    background-position: right;
}*/

#loginVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
/*    width: 100vw;
    height: 100vh;*/
    position: absolute;
    object-fit: cover;
}

.login_form {
    background: white;
    padding: 20px 30px 10px 30px;
    border-radius: 30px;
}
.login_wrapper .footer {
 font-size:11px; color:white; background:none; border:0;}

<style >
.clearsection {
    clear: both;
}

@media screen and (max-width: 1200px) {
    .login_context {
        margin-right: 65px;
        padding: 0;
        width: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .login_context {
        margin: 0 auto;
        width: 300px;
    }

    .container.login_wrapper {
        width: 100% !important;
    }

    .login_wrapper .login_main {
        width: 100%;
        max-width: 100% !important
    }

        .login_wrapper .login_main .row.f {
            display: block;
            margin: 0;
        }
}

@media screen and (max-width: 992px) {
    .login_context {
       /* width: 210px;
        margin: 0 auto;
        float: none;*/
        display: none;
    }

    .login_wrapper .login_form {
        width: 410px;
        margin: 0 auto;
        float: none !important;
    }
}

</style >
