body {
    margin: 0;
}

#leftside {
    background: url(../images/pix2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgb(111, 4, 130);
    background-blend-mode: luminosity;
    position: fixed;
    top: 0;
    left: 0;

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Light.ttf);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.title1 {
    color: white;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: bold;
}

.title2 {
    color: black;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    margin-left: 10px;
}

.subtitle2 {
    color: #9c27b0;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}

.subtitle1 {
    color: white;
    font-size: 23px;
    font-family: Montserrat;
    font-weight: bold;
    margin-bottom: 20px;
}

#body1 {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat;
    font-weight: bold;
    margin-bottom: 35px;
}

.body2 {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: auto;
    margin-bottom: 10px;
}

.container {
    width: 420px;
    position: relative;
    margin-left: 100px;
}

.button1 {
    border-radius: 15px;
    border: 1px solid white;
    font-size: 16px;
    width: 150px;
    height: 40px;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

.rounded-input {
    border-radius: 10px;
    border: none;
    font-size: 16px;
    width: 250px;
    height: 30px;
    padding: 5px;
    padding-left: 50px;
    background-color: rgba(245, 245, 245, 255);
    margin-bottom: 15px;
}


input[type=text]:focus {
    outline-color: #9c27b0;
    outline-width: 1px;
}

input[type=password]:focus {
    outline-color: #9c27b0;
    outline-width: 1px;
}

#panel1 {
    background-color: white;
    position: absolute;
    max-width: 600px;
    min-width: 450px;
    height: 100%;

    right: 0;
    top: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden
}

.form-container {
    width: 300px;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 100px;
    margin-left: auto;
    margin-right: 40px;
    /* border: 1px solid red;*/
}

.make-row {
    display: flex;
    align-items: center;
}

.kingschat-button {
    background-image: url(../images/logos/kclogo.png);
    background-color: #9c27b0;
    background-repeat: no-repeat;
    background-position: 40px 0px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    height: 40px;
    padding-left: 36px;
    vertical-align: middle;
    color: white;
    width: 300px;
    font-size: 16px;

}

.rounded-button {
    background-color: #9c27b0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    color: white;
    width: 300px;
    font-size: 16px;
}

.rounded-outline-button {
    background-color: transparent;
    border: 1px solid #9c27b0;
    border-radius: 15px;
    cursor: pointer;
    width: 300px;
    height: 40px;
    color: #9c27b0;
    font-size: 16px;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(177, 176, 176);
    min-width: 50px;
    text-align: center;
    font-size: 20px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.suffix-icon {
    right: 10px;
    padding-bottom: 10px;
    height: 40px;
}