#alertmsg {
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #dcdf3a;
    color: #fff;
    font-size: 1.6vw;
    /*font-weight: 700;*/
    display: none;
    -webkit-box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;
    z-index: 9999999
}


*::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1BC5BD;
}

    /* Handle on hover */

    *::-webkit-scrollbar-thumb:hover {
        background: #1BC5BD;
    }

.oriteneme-login__mask {
    background: #46B0A3;
}

a {
    color: #1BC5BD;
}

.orienteme-login__container input[type="button"] {
    background-color: #1BC5BD;
}

    .orienteme-login__container input[type="button"]:hover {
        opacity: 0.8;
    }

.orienteme-login__form-action > div > div {
    color: #1BC5BD;
}

.orienteme-login__slider {
    background-color: #EBEDF2;
}

.orienteme-login__container input:checked + .orienteme-login__slider:before {
    background-color: #1BC5BD;
}

.orienteme-login__container input:focus + .orienteme-login__slider {
    box-shadow: 0 0 1px #1BC5BD;
}
