body, html {
    min-height: 100%;
    height: 100%;
    font-family: "Karla", sans-serif;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.loader {
    background-image: url('../images/loading.svg');
    background-position: center center;
    background-repeat: no-repeat
}
footer {
	background-color: #231f20;
	padding: 30px 0;
	font-family: Arial;  
	color: white;
    z-index: 100;
}
footer .separated a {
	color: #f5a321;
}
footer .separated a:after {
	content: "|";
	padding: 0 10px;
}
footer a:last-child:after {
	content: "";
}
footer div {
	flex: 0 0 33.3333333%;
}
footer .social-icon {
	display: inline-block;
	background-repeat: no-repeat;
    background-size: contain;   
    background-position: center center;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
footer .social-icon.facebook {
    background-image: url('../images/login/social-icons-facebook.svg');
}
footer .social-icon.llinkedin {
	background-image: url('../images/login/social-icons-linkedin.svg');
}
footer .social-icon.youtube {
	background-image: url('../images/login/social-icons-youtube.svg');
}
.wrapper {
    background-color: #433F92;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 0 0 auto;
    flex-grow: 1;
    background-color: #433f92;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.stock-image {
	flex: 0 0 60%;
	background-image: url('../images/pocket-advisor-bg-mobile.png');
	background-size: contain;
	background-position: top center;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	position: fixed;
	z-index: 1;
}
.login-form {
    border: 1px solid #aaaddd;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2% auto;
    background-color: #ebebe5;
    border-radius: 30px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
    color: #433f92;
    position: relative;
    z-index: 1000;
}
/* Add to your login.css */
.form-group select {
    width: 100%;
    padding: 0.83333em;
    font-size: 1em;
    /* font-family: "Oswald", sans-serif; */
    font-weight: 300;
    background-color: white;
    color: #433f92;
    border: 1px solid #707070;
    border-radius: 0;
    box-sizing: border-box;
    line-height: normal;
    
    /* Remove default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23433f92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.83333em center;
    background-size: 1.5em;
    padding-right: 3em;
    cursor: pointer;
}

.form-group select:focus {
    outline: none;
    border-color: #433f92;
}

.form-group select option {
    color: #433f92;
    background-color: white;
}

.form-group select option:disabled {
    color: #433f92;
}

.form-group select option[value=""] {
    color: #433f92;
}
@media (min-width: 760px) {

    .stock-image {
        flex: 0 0 60%;
        background-image: url('../images/pocket-advisor-bg-desk.png');
        background-size: contain;
        background-position: center top;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        position: fixed;
        z-index: 1;
    }
}
.header {
    max-width: 340px;
    padding-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}
.header img {
    display: block;
    width: 100%;
}
.toolbar {
    display: flex;
    margin-bottom: 30px;
}
.toolbar a {
    flex: 0 0 50%;
    font-size: 1em;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
.toolbar.full a {
    flex: 0 0 100%;
}
.toolbar a.login {
    background-color: #d0d0d0;
    color: #575759;
}
.toolbar a.register {
    background-color: #7e7e7e;
    color: #464749;
}
.toolbar a:hover {
    background-color: #777;
    color: #efefef;
}

.form-page {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}
.form-page.active {
    display: block;
}
.form-group {
    margin-bottom: .8333em;
}
@media (min-width: 768px) {
    .form-page {
        padding-left: 75px;
        padding-right: 75px;
    }
}
.form-group input {
    width: 100%;
    font-size: 1em;
    padding: .83333em;
    border: 1px solid #707070;
}
.form-group input::-webkit-input-placeholder {
    color: #433f92;
    font-size: 1em;
    /* font-family: "Oswald", sans-serif; */
    font-weight: 300;
}
.form-group input:-ms-input-placeholder {
    color: #433f92;
    font-size: 1em;
    /* font-family: "Oswald", sans-serif; */
    font-weight: 300;
}
.form-group input::placeholder { 
    color: #433f92;
    font-size: 1em;
    /* font-family: "Oswald", sans-serif; */
    font-weight: 300;
}
.custom-cb {
    display: none;
}
.custom-cb + label {
  display: flex;
  align-items: center;
}
.custom-cb label span {
  position: relative;
}
.custom-cb + label span.cb {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #91918f;
  content: " ";
  background-color: white;
  margin-right: 25px;
}
.custom-cb:checked + label span:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 10px;
  border-left: 4px solid #433f92;
  border-bottom: 4px solid#433f92;
  position: absolute;
  transform: translate(2px, 5px) rotate(-45deg)
}
.btn {
  padding: 14px 53px;
  font-size: 1em;
  /* font-family: Oswald; */
  font-weight: lighter;
  color: #EBEBE5;
  background-color: #E71427;
  border: 0;
  cursor: pointer;
}
.btn:disabled {
    background-color: grey;
    cursor: none;
}
.display-block {
    display: block;
}
.mb-2 {
    margin-bottom: .5rem;
}
.action-links {
    font-size: .75em;
}
.hover {
    cursor: pointer;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.buy-line {
    max-width: 750px;
    z-index: 1000000;
    background-color: rgba(255,255,255,.5);
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    margin-top:75px;
    margin-bottom: 50px;
  }
  @media (max-width: 1250px) {
    .buy-line {
      max-width: 500px;
      font-size: 1.5rem;
      margin-top: 25px;
      margin-bottom: 25px;
    }
  }
