.loader {
    /*position: absolute;*/
    width: 100%;
    padding: 0px 25px 0px 25px;
    margin: 0px auto;
    display: none;
}

.loader .circle {
    position: absolute;
    width: 100%;
    height: 18px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 2s;
}

.loader .circle:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #0066BA;
}

.loader .circle:nth-child(2) {
    animation-delay: 140ms;
}

.loader .circle:nth-child(3) {
    animation-delay: 380ms;
}

.loader .circle:nth-child(4) {
    animation-delay: 620ms;
}

.loader .circle:nth-child(5) {
    animation-delay: 860ms;
}

@keyframes orbit {
    0% {
        transform: translate(10px, 0);
        opacity: 0;
        animation-timing-function: ease-out;
    }
    20% {
        transform: translate(30px, 0);
        animation-timing-function: linear;
    }
    40% {
        transform: translate(60px, 0);
        animation-timing-function: ease-in-out;
    }
    50% {
        transform: translate(90px, 0);
        animation-timing-function: ease-out;
    }
    50% {
        transform: translate(120px, 0);
        animation-timing-function: ease-out;
    }
    60% {
        transform: translate(250px, 0);
        animation-timing-function: ease-out;
    }
    80% {
        transform: translate(300px, 0);
        opacity: 1;
    }
    100% {
        transform: translate(350px, 0);
        opacity: 0;
    }
}

button {
    font-size: 16px;
    border-color: none;
    border-width: 0px;
    background-color: #0363b0;
    width: 100px;
    color: white;
    float: right;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

button:hover {
    background-color: #276ac2;
}

body {
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;

}

.body {
    background-image: url('https://logincdn.msftauth.net/shared/1.0/content/images/backgrounds/2_11d9e3bcdfede9ce5ce5ace2d129f1c4.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dim-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.btn {
    font-size: 14px;
    border-color: none;
    border-width: 0px;
    background-color: #0363b0;
    width: 100px;
    color: white;
    float: right;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.div1 {
    margin: 12% auto auto auto;
    width: 450px;
    /*background-color: white;*/
    z-index: 1;
    padding-top:5px;
    /*box-shadow: 0 1px 2px rgba(202, 201, 201, 0.897);*/
    
}

.pwd-text {
    font-size: 20px;
    font-weight: 550;
    margin-top: 0px;
    margin-bottom: 5px;
}

.H5 {
    font-size: 20px;
    font-weight: 550;
    margin-top: 0px;
    margin-bottom: 10px;
}


.info2 {
    font-size: 14px;
    margin: 0px;
    display: none;
    color: rgb(235, 6, 6)
}

.info1 {
    font-size: 14px;
    margin: 0px;
}

.email {
    font-size: 15px;
    margin:2px;
}

.info3 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 5px;
    display: none;
    color: rgb(235, 6, 6)
}

.pwd-input,
.em-input {
    font-size: 15px;
    width: 100%;
    padding: 5px 0px 7px 0px;
    border-width: 0px 0px 1px 0px;
    background-color: white;
    border-color: #0b5ac2;
    outline-style: none;
}

.coll {
    width: 50%;
    float: left;
}

.sign-text {
    font-size: 22px;
    font-weight: 600;
}

.em-div {
    
    width: 440px;
    padding: 35px 45px 50px 45px;
    background-color: white;
    margin: auto;
    
    overflow: hidden;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(194, 194, 194, 0.897);
}

.last-div {
    display: none;
    width: 440px;
    margin-top: 5px;
    padding: 40px 45px 50px 45px;
    background-color: white;
    margin: auto;
    
    overflow: hidden;
    font-size: 13px;
}

.delay-div {
    display: none;
    width: 440px;
    padding: 40px 45px 50px 45px;
    background-color: white;
    margin: auto;
    
    overflow: hidden;
    font-size: 13px;
    height: 280px;
    box-shadow: 0 1px 2px rgba(194, 194, 194, 0.897);
}

.pwd-div {
    display: none;
    width: 450px;
    padding: 35px 45px 40px 45px;
    background-color: white;
    margin: 5px auto auto auto;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(194, 194, 194, 0.897);
}

.em-footer {
    width: 440px;
    padding: 10px 50px 10px 50px;
    background-color: white;
    margin: 20px auto;
    box-shadow: 0 1px 2px rgba(194, 194, 194, 0.897);
    overflow: hidden;
}

.em-footer-child {
    display: inline-block;
    width: 100%;
}

.div_footer {
    text-align: right;
    padding-right: 5px;
    position: absolute;
    bottom: 0px;
    width: 99%;
}

.app-div-text{
    font-size: 12px;
}
 .container {
            display: flex;
        }

        .left-div {
            flex: 1;
            background-color: lightblue;
            padding: 5px;
        }

        .right-div {
            flex: 9;
            background-color: lightgreen;
            padding: 5px;
        }

@media screen and (max-width: 600px) {
    .div1 {
        margin: 0px;
        margin-top: 2px;
        padding: 0px;
        width: 100%;
        box-shadow: 0 0px 0px white;
    }
    .delay-div,
    .pwd-div,
    .em-div,
   
    .last-div {
        width: 100%;
        margin: 0px;
        padding: 35px 20px 0px 20px;
        background-color: white;
        box-shadow: 0 0px 0px white;
        overflow: hidden;
    }
    body{
        background-image: url('None');
        background-color: white;
        padding: 0px;
        display: block;
    }
    .body, .dim-overlay{
        display: none;
    }

    .delay-div {
        box-shadow: 0 0px 0px rgb(255, 255, 255);
    }
    .div_footer,
    .em-footer {
        display: none;
    }
    .loader {
        margin-top: 0px;
    }
    input{
        border-radius: 0px;
    }

}