﻿#loginbox input[type=submit], button {
    border: 1px solid #505e8f;
    width: 200px;
    height: 35px;
    margin-top: 30px;
    background-color: rgb(80, 94, 144) !important;
    color: #FFFFFF;
    border-radius: 3px;
}

.socialWrap {
    position: relative;
    overflow: hidden;
    z-index: 300;
    top: 92%;
    background-color: rgb(80, 94, 144) !important;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white;
}
