
body,html {
    background: #d8e1e5;
    background: linear-gradient(to right, #d8e1e5, #2e6d89);
    width:100%;
    height: 100%;
}

.container{
    min-width:100%;
    height: 100%;
    display: flex;
    flex-direction: row;

}
.pgInfo{
    flex:4;
    padding: 20px;
    display:flex;
    flex-direction:column;
}
p3{
    margin-top: 50px;
    font-size: 60px;
    color:white;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px black;
}
p4{
    margin-top: 30px;
    font-size: 18px;
    color:white;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px black;
}
img{
    height: 150px;
    width:150px;
    border-radius: 10px;
}
.row{
    flex:1;
}

.card-signin {
    margin: 0 50px 0 0;
    max-height: 400px;
    border: 0;
    border-radius: 1rem;
    display:inline-flex;
    flex-direction: column;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}


.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {

    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    width:300px;
    border-style: none;
    padding: 10px 10px 10px 15px;
    background-color:#c0c1d1;
    border-radius: 50px;
}

.s-button{
    margin:25px;
}

.btn-primary{
    background: #2e6d89;
}
.btn-primary:hover{
    background:#d8e1e5;
}


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
