body{
    margin: 0;
    padding: 0;
}
.container-login {
    width: 100%;
    height: 100vh;
    display: flex;
}

.col--1 {
    background-color: #0F335A;
    width: 50%;
    height: 100vh;
    background-image: url('../img/login-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.login-logo {
    width: 400px;
    position: relative;
    top: 45%;
    left: 20%;

}
.col--2 {
    width: 50%;
    height: 100vh;
    background-image: url('../img/login-component.png');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.logo-2 {
    width: 70%;
    padding-top: 50px;
    margin-left: 120px;

}

.login--heading {
    font-family: 'Gilroy ☞';
    font-weight:900;
    color: #0F335A;
    margin-top: 5rem;
    text-align: center;

}

.login--text {
    color: #0F335A;
    text-align: center;
    font-weight: 400;
    font-size: 1.3rem;
}
.form--container {
    margin-left: 8rem !important;
}
.form-input {
    border-color: #0F335A !important;
    border-radius: 16px !important;
    padding: 5px;
}
.form--text {
    color: #0F335A;
    font-weight: 600;
    font-size: 1.3rem;
}
.btn-login {
    margin-top: 2rem !important;
    color: white !important;
    width: 30%;
    background-color: #c3a006 !important;
    border-radius: 4px !important;
}
.btn-signup {
    margin-top: 2rem !important;
    color: white !important;
    width: 30%;
    background-color: #2067e1 !important;
    border-radius: 4px !important;
}

.login--bg{
    margin: 0;
    padding: 0;
    /* width: 50%; */
    height: 100vh;
    /* background-image: url('../img/login/Login-BG.png'); */
    border-right: 2px solid gold;
    border-radius: 500%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    align-content: center;
}

.login--logo {
    width: 50%;
    margin-top: 25%;
}
.form--logo {
    align-content: center;
    width: 30%;
}

.subtitle {
    font-size: .9rem;
    color: #cecece;
}

.form--input {
  width: 50%;
  background: #fefefe;
  color: #525865;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.07);
  outline: none;
  padding: 6px 40px 6px 16px ;
  transition: .18s ease-out;
}
.form--input:focus {
  border-color: green
}

.btn-login {
    background-color: #ffe60072;
}
.btn-signup {
    background-color: #00d9ff72;
}