﻿body {
    height: 100vh;
     background: linear-gradient(to right, rgba(55, 59, 68, 0.7), rgba(66, 134, 244, 0.7)), url(../SystemImages/default_identity_background.png) no-repeat;
    background-size: cover;
}

#identity-form {
    width: 500px;
    background: rgba(255,255,255,.4);
}
#identity-form input {
    border: solid 2.5px #001A6E;
    opacity: 0.5; 
}
