@import url('https://fonts.googleapis.com/css?family=Spartan:100,200,300,400,500,600,700&display=swap');

html {
    height: 100%;
}

body {
    pointer-events:all;
    background-color: #fff;
    margin: 18% auto;
    text-align: center;
}

a {
    text-decoration: none;
}

.wuwta-official {
    height: 54px;
    flex-grow: 0;
    /* margin-top: 303px; */
    font-family: Spartan;
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    color: #545454;
}

.wuwta-change-header {
    /* margin-top: 33px; */
    font-family: Spartan;
    font-size: 54px !important;
    font-weight: bold !important;
    line-height: normal;
    color: #003a6e;
}

.wuwta-change-header img {
    vertical-align: middle;
    height: 62.4px;
}

.admin-logo {
    width: 600px !important;
    height: 124px !important;
    transition: width .3s;
    transition: height .3s;
}

@media screen and (max-width: 700px) {
    .admin-logo {
        width: 500px !important;
        height: 100px !important;
    }
}

@media screen and (max-width: 550px) {
    .admin-logo {
        width: 350px !important;
        height: 75px !important;
    }
}

.wuwta-change-header img, .wuwta-reset-password-header img {
    width: 272px;
    margin-left: 0px;
}

.wuwta-change-body {
    height: 32px;
    flex-grow: 0;
    margin-top: 36px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.71;
    color: #545454;
    padding: 0 10px;
}

.return-login {
    width: 184px;
    height: 40px;
    margin-top: 13px;
    border-radius: 24px;
    border: solid 2px #007dc4;
    background-color: #fff; 
    color: #007dc4;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.return-login:hover {
    border: solid 2px #7dbe3e;
    color: #7dbe3e;
}