.account-box {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 3;
    font-size: 13px !important;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #ffffff;
    padding: 20px;
}

.logo {
    width: 138px;
    height: 30px;
    text-align: center;
    margin: 10px 0px 27px 40px;
    background-position: 0px -4px;
    position: relative;
}

.forgotLnk {
    margin-top: 10px;
    display: block;
}

.purple-bg {
    background-color: #2196f3;
    color: #fff;
}

.or-box {
    position: relative;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    margin-top: 20px;
}

.or {
    color: #666666;
    background-color: #ffffff;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 40px;
    left: 90px;
}

.account-box .btn:hover {
    color: #fff;
}


body {
    background-color: #f5f5f5;
    background: url('../../image/background.jpg');
}

.mb-0 {
    font-size: 16px;
}

.text-muted {

    color: #999 !important;

}

.d-block {

    display: block !important;

}

.mb-3{
    margin-bottom: 15px;
}

.border-slate-300 {

    border-color:  #90a4ae;

}
.text-slate-300 {

    color:

            #90a4ae;

}
.rounded-round {

    border-radius: 100px !important;

}
.border-3 {

    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;

}
.p-3 {

    padding: 1.25rem !important;

}
.mb-3, .my-3 {

    margin-bottom: 1.25rem !important;

}
.mt-1, .my-1 {

    margin-top: .3125rem !important;

}
.icon-2x {

    font-size: 2rem;

}

[class*=" icon-"], [class^="icon-"] {

    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"], [class^="icon-"] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    font-size: 1rem;
}