.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 #666;
    outline: none;
}

.login_container input {
    outline: none !important;
}

.logincontent button {
    background: #DA1F43;
    color: #fff;
    text-transform: uppercase;
    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: 40px;
    padding-bottom: 40px;
    background: rgba(255, 255, 255, 0.795);
}

body {
    background-color: #ccc;
    background-image: url(/img/pattern_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container .row {
    background-image: url(/img/Image1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}