html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #2878DB;
    margin-bottom: 0px;
    overflow: hidden;
}

.login-form form {
    border-radius:10px 10px 10px 10px;
}

.input-group label {
    color: white;
    font-weight: normal;
}

.login-input {
    height: 26px;
    border-radius: 24px;
    box-shadow: 0 3px 10px 0 #7ac5cc;
    background-color: #ffffff;
    border-color: #ffffff !important;
    border-image: none !important;
    border-style: none !important;
    color:#224361;
}

.login-input:focus {
    outline:0;
}

.login-btn {
    width: 100%;
    height: 26px;
    border-radius: 24px;
    box-shadow: 0 3px 10px 0 #87d1cc;
    border: solid 1px #85d0cc;
    background-color: #24629c;
    color: white;
    margin-top: 10px;
    margin-bottom: 30px;
}

.login-btn:hover {
    width: 100%;
    height:26px;
    object-fit: contain;
    border-radius:24px;
    box-shadow: 0 3px 10px 0 #7cc7cd;
    background-color: #224361;
    color: #81cccb;
    margin-bottom: 30px;
}

.login-btn:focus {
    outline:0;
}

.input-group {
    display: initial;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dfdfdf;
    opacity: 1; /* Firefox */
    font-style: italic;
    font-size: 10px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dfdfdf;
    font-style: italic;
    font-size: 10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #dfdfdf;
    font-style: italic;
    font-size: 10px;
}

.image {
	vertical-align: middle;
	display: table-cell;
	width: 52px;
}
.modal-title-3-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
}
.browsers {
	margin: 20px 0 0 0;
}
.browsers-last {
	margin-bottom: 0px;
}
.browsers::after {
	content: " ";
	display: table;
	clear: both;
}
.browser {
	float: left;
	width: 120px;
    display: inline;
    padding: 5px;
    text-align: center;
}

.browser-title {
    color: grey;
    text-decoration: none;
    background-color: transparent;
    font-size: small;
}

.logo {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    height: 50px;
    background-size: 32px 32px;
}

.logo-chrome {
    background-image: url(../images/logo-chrome.png);
}
.logo-firefox {
    background-image: url(../images/logo-firefox.png);
}
.logo-opera {
    background-image: url(../images/logo-opera.png);
}
.logo-edge {
    background-image: url(../images/logo-edge.png);
}
.logo-safari {
    background-image: url(../images/logo-safari.png);
}