
img {
    width: 40%;
    height: 135px;
    padding-left: 25px;
}
h1 {
    color: white;
}

header {
    background-color: white;
}

#logout {
    width: 85px;
    height: 30px;
    font-size: medium;
    margin: -40px 25px 0px 1270px;
}

@import url("https://www.vidyavision.com/CollegeUploads/Photos/2020-21-10-14-50-27_Jpn.jpg");

body {
    background-color: #3457D5;
}
footer{
    left: 0;
    bottom: 0;
    height: 72px;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 22px;
}

h1.white {
    font-family: 'Montserrat', sans-serif;
    margin: 30px 20px 50px;
    color: #fff;
    text-transform: uppercase;
}

.serviceBox {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding-top: 50px;
    margin: 50px 50px 50px 50px;
}

.serviceBox .service-icon {
    color: #fff;
    background: #fff;
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    background: linear-gradient(to right, #f09119 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.serviceBox:hover .service-icon:before,
.serviceBox:hover .service-icon:after {
    transform: rotateZ(180deg);
}

.serviceBox:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox .service-icon:after {
    background: #f09119;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.serviceBox {
    border: 1px solid #e5e4e4;
    padding: 15px;
    margin-top: 0%;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}

.serviceBox .title {
    color: #f1921a;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    color: #777;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.serviceBox.red .service-icon:before {
    background: linear-gradient(to right, #e34a3a 50%, transparent 50%);
}

.serviceBox.red .service-icon:after {
    background: #e34a3a;
}

.serviceBox.red .title {
    color: #e34a3a;
}

.serviceBox.blue .service-icon:before {
    background: linear-gradient(to right, #009cb5 50%, transparent 50%);
}

.serviceBox.blue .service-icon:after {
    background: #009cb5;
}

.serviceBox.blue .title {
    color: #009cb5;
}

.serviceBox.green .service-icon:before {
    background: linear-gradient(to right, #a1c52d 50%, transparent 50%);
}

.serviceBox.green .service-icon:after {
    background: #a1c52d;
}

.serviceBox.green .title {
    color: #a1c52d;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 62.5%;
    height: 100%;
    
}



svg {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow:visible;
}

.svg-icon {
    cursor: pointer;
}

.svg-icon path {
    stroke: rgba(255, 255, 255, 0.9);
    fill: none;
    stroke-width: 1;
}

input,
button {
    outline: none;
    border: none;
}

.cont {
    position: relative;
    height: 100%;
    background-image: url('https://www.graduatesengine.com/wp-content/uploads/2020/08/home-e1569509056952.jpg');
    background-size: cover;
    overflow: auto;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

h1 {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    padding: 20px 20px 20px 50px;
}

.demo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15rem;
    margin-top: -26.5rem;
    width: 30rem;
    height: 53rem;
    overflow: hidden;
}

.login {
    position: relative;
    height: 100%;
    background: linear-gradient(to bottom, rgba(8, 8, 8, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: opacity 2, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transform: scale(1);
}



.login.inactive {
    opacity: 0;
    transform: scale(1.1);
}

.login__check {
    position: absolute;
    top: 16rem;
    left: 13.5rem;
    height: 2.8rem;
    background: #fff;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
}

.login__check:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 2.8rem;
    height: 5.2rem;
    background: #fff;
    box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2);
}

.login__form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 1.5rem 2.5rem;
    text-align: center;
}

.login__row {
    height: 5rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.login__icon {
    margin-bottom: -0.4rem;
    margin-right: 0.5rem;
}

.login__icon.name path {
    stroke-dasharray: 73.50196075439453;
    stroke-dashoffset: 73.50196075439453;
    -webkit-animation: animatePath 2s 0.5s forwards;
    animation: animatePath 2s 0.5s forwards;
}

.login__icon.pass path {
    stroke-dasharray: 92.10662841796875;
    stroke-dashoffset: 92.10662841796875;
    -webkit-animation: animatePath 2s 0.5s forwards;
    animation: animatePath 2s 0.5s forwards;
}

.login__input {
    display: inline-block;
    width: 22rem;
    height: 100%;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    background: transparent;
    color: #FDFCFD;
}

.login__submit {
    position: relative;
    width: 100%;
    height: 4rem;
    margin: 5rem 0 2.2rem;
    color: rgba(255, 255, 255, 0.8);
    background: #FF3366;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.login__submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    width: 3rem;
    height: 3rem;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    transition: opacity 0.1s 0.4s;
    opacity: 0;
}

.login__submit.processing {
    width: 4rem;
    font-size: 0;
}

.login__submit.processing:after {
    opacity: 1;
    -webkit-animation: rotate 0.5s 0.4s infinite linear;
    animation: rotate 0.5s 0.4s infinite linear;
}

.login__submit.success {
    transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    transform: scale(30);
    opacity: 0.9;
}

.login__submit.success:after {
    transition: opacity 0.1s 0s;
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

.login__signup {
    font-size: 1.2rem;
    color: #ABA8AE;
}

.login__signup a {
    color: #fff;
    cursor: pointer;
}


@-webkit-keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}