*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #dfe2e6;
}

html, body{
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI" !important;
    line-height: 1.5;
}

body, h1, h2, h3, h4, h5, h6, ol, p, ul {
	font-family: -apple-system, BlinkMacSystemFont,"Segoe UI" !important;
    margin: 0;
    padding: 0;
    font-weight: 400;
}



body{

    display:block;

}



.left-side, .right-side {

    width: 100%;

    display: -webkit-box;

    display: flex;

    align-items: center;

    flex-direction: column;

    background-size: cover;

}



.layout{

    display: -webkit-box;

    display: flex;

    flex-direction: column-reverse;

}



.left-side{

    padding: 20px;

}



.left-content, .right-content {

    max-width: 540px;

    display: -webkit-box;

    display: flex;

    justify-content: flex-start;

    flex-direction: column;

    width: 100%;

}



.logo-url{

    text-decoration: none!important;

}



.logo-area{

    display: -webkit-box;

    display: flex;

    justify-content: center;

    margin-bottom: 20px;

}



img{

    width:180px;

    height:180px;

}



.form {

    margin-top: 50px;

}



.input-group{

    margin-bottom: 30px;

    display: -webkit-box;

    display: flex;

    flex-direction: column;

}



.light label{

    color: #606974;

}



label{

    font-size: 13px;

    margin-bottom: 10px;

    display: -webkit-box;

    display: flex;

}



input {

    border-radius: 4px;

    padding: 10px 15px;

    font-size: 13px;

    display: -webkit-box;

    display: flex;

    width: 100%;

    box-sizing: border-box;

    background-color: #fff;

    border: 2px solid #d6dde5;

    color: #30363e;

}



.password-field {

    position: relative;

}



svg {

    position: absolute;

    width: 20px;

    right: 15px;

    bottom: 10px;

    cursor: pointer;

    fill: #aeb9c9;

}



.buttons {

    display: -webkit-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 40px;

    margin-bottom: 90px;

}



.forgot{

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

}



.active-color {

    color: #006aff !important;

}



.base{

    border-radius: 4px;

    padding: 15px 35px;

    cursor: pointer;

    font-size: 14px;

    font-weight: 500;

    display: inline-block;

    text-align: center;

    outline: none;

    color:white;

    border: 1px solid grey;

}



.light .right-side {

    background-color: #f3f5f7;

}



a {

    color: #006aff !important;

}

      

.active-color {

    color: black !important;

}

      .active-background-color {

        background-color: black !important;

      }

      .active-fill {

        fill: black !important;

      }

      .active-border-color {

        border-color: black !important;

      }

      .link, .link:hover, .link:active, .link:focus, .link:visited {

        color: #006aff !important;

        text-decoration: none;

      }

      .StripeElement {

        border-radius: 4px;

        background-color: #ffffff;

        border: solid 2px #d6dde5;

        padding: 10px 15px;

      }



      .field-with-error .StripeElement {

        border: solid 2px #ff2322;

      }



      .StripeElement--focus {

        border-color: #006aff !important;

      }

      .active {

        fill: #006aff !important;

      }

      .StripeElement--invalid {

        border-color: #ff2322 !important;

      }

      input[type=text]:active, input[type=password]:active, input[type=text]:focus, input[type=password]:focus {

        border-color: #006aff !important;

      }

      .open {

        border-color: #006aff !important;

      }

      .options {

        border-color: #006aff !important;

      }

      .logo-url {

        text-decoration: none;

      }

      

.light .right-side {

    background-color: #f3f5f7;

}



@media screen and (min-width: 992px){

    .layout{

        flex-direction: row;

        min-height: 100vh;

    }

}



@media screen and (min-width: 992px){

    .left-side{

        width: 43.62%;

        padding-right: 60px;

        padding-top: 40px;

        padding-left: 5%;

        align-items: flex-end;

    }

}



@media screen and (min-width: 992px){

    .right-side{

        width: 56.38%;

        padding-left: 60px;

        padding-top: 40px;

        padding-right: 5%;

        align-items: flex-start;

    }

}