.login_logo {
    width: 100%;
}

.login_logo img {
    width: 50%;
}

.login_logo {
    text-align: center;
    padding-bottom: 40px;
}

.logincontent {
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.login_container input[type="email"],
.login_container input[type="password"] {
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #c6e8d5;
    outline: none;
}

.login_container input {
    outline: none !important;
}

.logincontent button {
    background: #464646;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 25px;
    border: none;
}

.logincontent button:hover {
    box-shadow: 0px 0px 10px #999;
}

.logincontent a {
    color: #43425D;
    padding-right: 0px;
    margin-bottom: 20px;
}

.logincontent .login_container {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, .4);
}

body {
    background-image: url('../img/login_background.png ');
    background-repeat: no-repeat;
    background-size: cover;

}

.login_top_logo {
    width: 100%;
    height: 200px;
    background-position: bottom;
    background-repeat: no-repeat;
}
