@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body{
	/*background-color: #163246;*/
	z-index:1;
	overflow: hidden;
}
body::after {
    content: "";
    width: 222%;
    height: 100vh;
    position: absolute;
    transform: rotate(148deg);
    top: 0;
    left: 0;
    background: #163246;
    z-index: -3;
}

body.login h1 a{
	background-image: url(http://irgreports.wpengine.com/wp-content/uploads/2019/09/Asset-1@3x.png);
    margin: 0;
    width: 100%;
    background-size: 200px;
    height: 60px;
}
#login {
    width: 320px;
    padding: 10% 0 0;
}
#login legend {
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #163246;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}
#login legend::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 18px;
    border-top: 100px solid transparent;
    border-left: 40px solid #EB6608;
    width: 0;
    transform: rotate(90deg);
}

#login legend::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 18px;
    border-top: 100px solid transparent;
    border-left: 40px solid #EB6608;
    width: 0;
    transform: rotate(270deg);
}
#login form p {
    padding: 0 15px;
}
body.login form{
	padding: 0;
}
p.forgetmenot,p#backtoblog, .login #nav{
	display: none;
}
input#wp-submit {
    width: 100%;
    padding: 15px 0;
    background: #00A37A;
    background-image: linear-gradient(#00A37A, #009966);
    font-family: Montserrat;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom:20px;
}
#login form p.submit{
	margin-left: 15px;
	margin-right: 15px;
}
.wp-core-ui .button-primary {
    background: #009966;
    border-color: #009966 #009966 #009966;
    box-shadow: 0 1px 0 #009966;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #009966, 1px 0 1px #009966, 0 1px 1px #009966, -1px 0 1px #009966;
}
#login form p {
    padding: 0 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#login form p:nth-of-type(1) {
    padding-top: 15px;
}
#login form p:nth-of-type(2) {
    margin-bottom: 15px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: initial;
}
.login #backtoblog{
    display: block;
}
#nav{
    float: left;
    display: block;
    width: 100%;
}