body {
    background-color: white;
    background-image: url("CosmoLogo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100%;
}

.form-signin {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    background-color: white;
    padding: 0 20px 20px 20px;
    border: solid gainsboro thin;
    border-radius: 6px;
}

.h3{
    font-size: 22px;
}

.form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-control:focus {
    z-index: 2;
}

.form-signin i {
    font-size: 25px;
}

.form-signin .input-group-addon {
    min-width: 50px;
    height: 100%;
}

.form-signin small {
    color: red;
    height: 16px;
    display: block;
    background: white;
}

.file-group:hover{
    cursor: pointer;
}

#file-actual {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.form-success {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    background-color: white;
    padding: 0 20px 20px 20px;
    border: solid gainsboro thin;
    border-radius: 6px;
    display: none;
}

#loginform {
    padding: 40px;
}

#loginform #login {
    position: relative;
}

#loginform #login i {
    display: none;
    position: absolute;
    left: 35%;
    top: 10px;
    color: #fff;
    z-index: 1000;
}

/* Forgot password
---------------------------------------------------------------------------------- */
#forgot_password {
    padding: 10px 0 10px 10px;
}

.result-message {
    /*display: none;*/
    padding: 10px;
    font-weight: bold;
    border-radius: 4px;
}

.result-message.success {
    border: 1px solid green;
    color: green;
}

.result-message.error {
    border: 1px solid red;
    color: red;
}