@import url(https://fonts.googleapis.com/css?family=Mukta:400,600,700);

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

body {
    background: #f2f5f7;
    font-family: Mukta,sans-serif;
    margin: 0;
    font-size: 15px;
    color: #4e4a4a;
}

* {
    outline: 0!important;
}

.accountbg {
    position: relative;
    height: 100vh;
}

.accountbg .content-center {
    display: table;
    width: 100%;
    height: 100%;
}

.accountbg .content-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.card {
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.05);
    box-shadow: 1px 0 20px rgba(0,0,0,.05);
    border: none;
}

.m-b-15 {
    margin-bottom: 15px;
}

.font-18 {
    font-size: 18px;
}

.text-muted {
    color: #707070!important;
}

.accountbg .logo-admin {
    line-height: 70px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 600;
    font-family: Mukta,sans-serif;
}

h3 {
    line-height: 30px;
}

h4 {
    line-height: 22px;
}

.p-2 {
    padding: .5rem!important;
}

.m-t-20 {
    margin-top: 20px;
}

.form-control {
    font-size: 15px;
}

.btn-primary {
    background-color: #508aeb;
    border: 1px solid #508aeb;
}

.btn-danger, .btn-dark, .btn-info, .btn-primary, .btn-success, .btn-warning {
    color: #fff;
}

.btn {
    border-radius: 3px;
    font-size: 15px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity,transform;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}