﻿
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body, html {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
form {
    margin:0;
    padding:0px;
}
.bg-l {
    background: #01326d !important;
    width: 450px;
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.bg-r {
    background-image: url('../images/pharmacy-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 450px);
    position: relative;
    z-index: 1;
}
.logo {
    width: 250px;
    height: auto;
}

.top-text {
    margin-top: 20px;
}
.top_inner_text {
    color: #ffffff;
    font-size: 1.25rem;
    padding-bottom: 10px;
}
.top-text span {
    color: #6666ff;
}
.text_color {
    font-size: 16px;
    color: #ffffff;
}
.form_inner_text {
    color:#ffffff;
    font-size: 17px;
    padding-bottom: 20px;
}
.form_text_bottom {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.image_bottom1 {
    padding-bottom: 8px;
}
.image_bottom2 {
    padding-bottom: 50px;
}
.btn-primary {
    padding: 5px 21px;
    background: #3ac33d !important;
    border-color: #3ac33d !important;
}

.form-control {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 2px solid white !important;
    border-radius: 0px;
    padding: 0px;
}
.form-control {
color:white !important;
}

    @media(max-width:768px) {
        .logo {
        width: 220px;
    }
}

.form-control:focus { box-shadow:none;}