body {
    margin: 0px;
}

body.login-action-lostpassword {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-action-lostpassword #lostpasswordform {
    left: 0px;
}

.login-action-lostpassword .notice.notice-info.message {
    padding: 20px;
    margin-left: 20px;
    width: 92%;
}

#main {
    margin-top: 0px;
    padding: 0px;
    height: 100vh;
    max-width: 100%;

}

#wp-submit {
    font-size: 16px;
}

.login h1 a {
    display: none;
}

.login #nav {
    display: none;
}

.login #backtoblog a {
    display: none;
}

#login form p.submit {
    margin: auto;
}

.login-action-login,
.full-width-background, .login-action-lostpassword {
    background: rgb(46,49,146);
    background: -webkit-linear-gradient(3deg, rgba(46,49,146,1) 0%, rgba(9,9,121,1) 35%, rgba(68,68,68,1) 100%);
    background: -o-linear-gradient(3deg, rgba(46,49,146,1) 0%, rgba(9,9,121,1) 35%, rgba(68,68,68,1) 100%);
    background: linear-gradient(93deg, rgba(46,49,146,1) 0%, rgba(9,9,121,1) 35%, rgba(68,68,68,1) 100%);
    height: 100%;
    width: 100%;
    background-size: cover;
}

#wp-submit {
    width: 150px;
    text-align: center;
    margin: auto;
    display: block;
}

#login {
    width: 100%;
    max-width: 400px;
    padding-top: 0px;
    margin: 0px;
    display: none;
}

#loginform,
.custom-login-form,
#lostpasswordform {
    color: #FFF;
    width: 400px;
    background-color: #FFF;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    background: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.login form {
    border: none;
}

.custom-login-form img {
    padding-bottom: 50px;
}

#login-message {
    display: none;
}

.custom-logo img {
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
}

#install-button {
    position: fixed;
    padding: 15px;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    border: none;
    
}

#loginform .forgot-links {
    text-align: center;
    margin-top: 20px;
}

#loginform .forgot-links a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

.login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.custom-container {
    width: 50%;
    padding: 20px;
    color: #FFF;
    background-color: #2E3192;
    border-radius: 5px;
    text-align: left;
    height: 429px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-logo #fizentechLogo {
    width: 100%;
    max-width: 260px;
    padding-right: 20px;
}
.custom-logo #soc2Logo {
    width: 100%;
    max-width: 120px;
}

.custom-container #verifyLoginLogo {
    width: 100%;
    max-width: 150px;
    margin: auto;
    display: block;
    padding-bottom: 20px;
}

.custom-container .chirp1 {
    font-size: 40px;
}

.custom-container .chirp2 {
    font-size: 30px;
}

.login.login-action-login {
    display: flex;
    justify-content: space-between;
}

.login .button-primary {
    float: none;
}

.inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.login form .forgetmenot {
    float: none;
    display: block;
}

@media only screen and (max-width:600px) {
    #login {
        margin: auto;
        padding: 0px;
    }

    #loginform,
    .custom-login-form {
        left: initial;
        display: block;
        margin: auto;
        padding: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .custom-logo img {
        width: 100%;
    }
}

@media only screen and (max-width:700px) {
    
    .custom-container {
        display: none;
    }
    
    .login.login-action-login {
        justify-content: center;
    }
    
    #loginform .forgot-links {
        padding-bottom: 20px;
    }
}
