.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 450px;
    margin-top: auto;
    margin-bottom: auto;
    width: 500px;
    /* background-color: #131d3b !important; */
}
input[type=text],
input[type=password],
input[type=email]
{
    width: 100%;
    height: 45px;
    border-radius: 4px;
    color:#555;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #fff792;
}


form .submit-btn {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social_icon span:hover {
    color: #131d3b;
    cursor: pointer;
}

.card-header h3 {
    color: white;
    text-align: center;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #fff792;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}
#logo img
{
    padding: auto;
    width: 20%;  
}

input[type="submit"]
{
    color: #fff;
    background-color: #204d74;
    border-color: #204d74;
    line-height: 15px;
    padding: 7px 21px 11px;
}
.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

