@font-face {
    font-family: "robotoregular";
    src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
        url("../fonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    outline: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
body {
    margin: 0px !important;
    font-family: "robotoregular" !important;
}
:focus {
    outline: none !important;
}

.text-12 {
    font-size: 12px;
}
.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 15px;
}
.w-35 {
    width: 35%;
}
.w-55 {
    width: 55%;
}
.w-40 {
    width: 40%;
}
.w-90 {
    width: 90%;
}
.bg-green {
    background-color: #0a7846;
}
.text-green {
    color: #0a7846 !important;
}
.logo img {
    height: 100px;
}
.bg-signIn {
    background: url(../images/bg-signIn-image.svg) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    padding-left: 15%;
}
.bg-register {
    height: 100% !important;
}
#registerButton:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
.back-text {
    color: #30b6c4 !important;
}
.form-group input {
    border-radius: 7px;
    color: #5a5a5a;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    height: 45px;
}
.alert-danger {
    color: #dc3545;
    background-color: #fff;
    border: 2px solid #dc3545;
}
.login-btn button {
    border-radius: 7px;
    border: 0;
}
.account-bg {
    background-color: #f7f7f7;
}
.login-btn p:after {
    height: 2px;
    display: block;
    width: 100px;
    background: #dbdbdb;
    border-right: 1px #dbdbdb;
    content: "";
    position: absolute;
    top: 10px;
    left: 22%;
}
.login-btn p:before {
    height: 2px;
    display: block;
    width: 100px;
    background: #dbdbdb;
    border-right: 1px #dbdbdb;
    content: "";
    position: absolute;
    top: 10px;
    right: 22%;
}
.login-btn .border-continue:after {
    left: 10%;
}
.login-btn .border-continue:before {
    right: 10%;
}
.google-btn a {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 4px 29px;
}
.eye-icon {
    color: #b8b8b8 !important;
    top: 10px;
    right: 12px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.bg-login-image {
    background: url(../images/bg_login.svg) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.form-check-input:checked {
    background-color: #0a7846;
    border-color: #0a7846;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.form-check-input {
    border: 1.5px solid #0a7846 !important;
}
