img{
    display: block;
    width: 100%;
}

body{
    height: 100vh;
}

h2{
    margin-bottom: 30px;
}

.container{
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
}



.login_wr{
    display: flex;
    min-width: 800px;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 60px -20px rgba(0, 0, 0, 0.12);
}



.login_wr > div{
    width: 50%;
}

.login_wr > div:nth-of-type(1){
    background-image: url('../../img/translate-pju-4.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_wr > div:nth-of-type(2){
    padding: 0px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.login_wr > div:nth-of-type(2) > div{
    width: 100%;
}





.btn-primary{
    width: 100%;
}
