﻿img {
    width: 100%;
}

.login {
    height: 1000px;
    width: 100%;
    background: radial-gradient(#cde6c7, #cde6c7);
    position: relative;
}

.login_box {
    width: 1050px;
    height: 600px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}

.login_box .left {
    width: 41%;
    height: 100%;
    padding: 15px 15px;
}

.login_box .right {
    width: 59%;
    height: 100%
}

.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}

.left .top_link {
    height: 20px
}

.left .contact {
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width:80%;
    margin: auto;
}

.left h2 {
    text-align: center;
    margin-bottom: 40px;
}
.left h3 {
    text-align: center;
    margin-bottom: 40px;
}

.left input {
    border: none;
    width: 100%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}

.left {
    background: linear-gradient(-45deg, #dcd7e0, #fff);
}

.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #583672;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}



.right {
    background-image: url(/assets/images/2590146_m.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    color: darkslategrey;
    position: relative;
}

.right .right-text {
    height: 100%;
    margin-top:40px;
    position: relative;
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 70px;
    height: 7px;
    background: #fff0;
    left: 50%;
    bottom: 70px;
    transform: translate(-50%, 0%);
}

.top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}

.left .logo {
    position: relative;
    width: 80%;
    background: #fff0;
    left:40%;
    bottom: 40px;
    transform: translate(-20%, 0%);
}

.left .logo img {
    width:200px;
}

.box29 {
    position: absolute;
    left: 50%;
    width: 80%;
    height:400px;
    margin: 2em 0;
    background: rgba(255,255,255,0.5);
    transform: translate(-50%, 0%);
}

.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p {
    padding: 15px 20px;
    margin: 0;
}
