/*@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
* {
   font-family: 'Inter', sans-serif!important;
}*/
html, body, main {
    height: 100%;
}
#panel-left {
    display: flex !important;
    align-items: center;
    background-color: #020202;
	height: 100vh;
}
#panel-right {
    display: flex !important;
    align-items: center;
    background-color: #F1F6F9;
	height: 100vh;  
}

h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
h2 {
    color: #14274E;
    font-size: 40px;
    font-weight: 700;
}

.description {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
#panel-right form input {
    background-color: unset;
    border: 0;
    border-bottom: 2px solid #394867;
    border-radius: 0;
    font-weight: 400;
}

.btn.btn-primary {
    border: 0 !important;
    border-radius: 50px !important;
    background-color: #14274E !important;
    padding: 15px 40px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.links a {color: #14274E;}

@media only screen and (max-width: 767px) {
    #panel-left {display: none !important;}
  }