﻿.bodylogin ::-moz-selection {
    background: #ffb7b7; /* Gecko Browsers */
}

.bodylogincry ::selection {
    background: #dddddd; /* WebKit/Blink Browsers */
}

.bodylogincry ::-moz-selection {
    background: #dddddd; /* Gecko Browsers */
}

.bodylogincry {
    background: url('../Images/bg_logincry.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bodylogin {
    background: url('../Images/Image 3@2x.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input.textBoxLoginUsername, input.textBoxLoginPassword {
    border-radius: 26px !important;
    box-shadow: 0 4px 8px 0 rgba(44, 39, 56, 0.04) !important;
}

input.textBoxLoginUsername {
    background: url('../Images/Group 11.png') no-repeat scroll 7px 7px;
    padding: 0 0 0 40px;
}

input.textBoxLoginPassword {
    background: url('../Images/Group 13.png') no-repeat scroll 7px 7px;
    padding: 0 0 0 40px;
}

.buttonLogin {
    /*width: 377px !important;
    margin: 24px 2px 0 -5px !important;
    padding: 15px 168px 15px 105px !important;
    box-shadow: 0 4px 8px 0 rgba(44, 39, 56, 0.08) !important;
    background-color: #d90017 !important;*/
}

input:placeholder-shown {
    color: #ffffff !important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff !important;
}

input.textBoxLogin:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff !important;
}