﻿body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #F0F8FF;
    background-repeat: no-repeat
}

.card0 {
    box-shadow: 0px 2px 4px 0px #951b80;
    border-radius: 15px
}

.card2 {
    margin: 10px 40px
}

.card-title {
    background-color: #F0F8FF
}

.logo {
    width: 250px;
    height: 90px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 460px;
    height: 310px
}

.border-line {
    border-right: 2px solid #EEEEEE;
    height: 50%
}

.text-md-5 {
    font-size: 15px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 500
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 90%;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px
}

    input:focus,
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.btn-primary {
    background-color: #951b80;
    width: 150px;
    color: #fff;
    border-radius: 2px;
    border: 0px
}

    .btn-primary:hover {
        background-color: #660066;
        cursor: pointer
    }

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
