@font-face {
    font-family: GloberBold;
    src: url(../../fonts/Glober-W01-Bold.ttf);
}
@font-face {
    font-family: GloberBook;
    src: url(../../fonts/Glober-W01-Book.ttf);
}
@font-face {
    font-family: GloberRegular;
    src: url(../../fonts/Glober-W01-Regular.ttf);
}
@font-face {
    font-family: GloberSemiBold;
    src: url(../../fonts/Glober-W01-SemiBold.ttf);
}
*{
    margin: 0;
    padding: 0;
    /*font-family: "GloberW01-Book";*/
}
body{
    background: #F0F0F0;
}
a,
a:hover{
    color: #13D2FF;
    text-decoration: none;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-column{
    flex-direction: column;
}
.flex-vertical-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.stretch{
    padding: 0 !important;
    margin: 0 !important;
}
.main-color{
    color: #13D2FF;
}
.main-background-color{
    background: #13D2FF;
    background-color: #13D2FF;
}
.light{
    font-weight: 400;
}
.regular{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.image > img{
    margin: 0 auto;
}
.container_white{
    background: #fff;
    padding: 2em 5em;
    min-height: 70vh;
    max-width: 50%;
    margin: 50px auto;
}

.activate_account .container_white{
    margin-top: 100px;
}

.icons_back{
    min-height: 100vh;
    height: auto;
    background: #EAEDE6 url(../../assets/img/icons_back.png) no-repeat;
    background-position: top center;
    padding-top: 10%;
}

.title{
    margin-bottom: 40px;
}
/*
    header
*/
/* header */

header.header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;

    padding-top: 15px;
    padding-bottom: 15px;
}
.header-bg{
    background: #143439 !important;
}
header.header .logo{
    flex: 1;
}
header.header .menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header.header .menu .sign-in{
    margin-right: 10px;
    color: #fff;
    padding: 5px 35px;
    border-radius: 35px;
    border: 2px solid #fff;
}
header.header .menu-icon{
    width: 35px;
    height: 35px;
    position: relative;
    display: block;    
    z-index: 2;
}
header.header .menu ul{
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #0B1C1E;
    padding-top: 5em;
    opacity: 0;
    visibility: hidden;
}
header.header .menu ul.show{
    opacity: 1;
    visibility: visible;
}
header.header .menu ul li {
    margin: 24px 0 20px 0;
}
header.header .menu ul li a{    
    position: relative;
    padding: 5px 0 5px 2em;
    font-size: 1.5em;
    color: #6C7778;    
}
header.header .menu ul li a:hover{
    border-left: 4px solid #14D2FF;
    font-weight: bold;
    color: #14D2FF;
}
header.header .menu ul li{
    list-style-type: none;
}
header.header .menu ul li a.active{
    color: #14D2FF;
    font-weight: bold;
}
header.header .menu ul li a.active:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #14D2FF;
}


.btn-register,
.btn-register:focus,
.btn-register:hover,
.btn-register:active,
.btn-login,
.btn-login:focus,
.btn-login:hover,
.btn-login:active,
.sw-btn-next,
.sw-btn-next:hover,
.sw-btn-next:focus,
.sw-btn-next:active{
    border-radius: 30px;
    background: #13D2FF;
    background-color: #13D2FF !important;
    outline: none;
    box-shadow: none;
    border: 0;
    padding: 10px 30px;
    color: #fff;
}
.sw-btn-prev,
.sw-btn-prev:hover,
.sw-btn-prev:focus{
    background-color: transparent !important;
    background: transparent;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    border: 1px solid #13D2FF;
    padding: 10px 30px;
    color: #13D2FF;
    margin-right: 30px;
}
.sw-btn-next,
.sw-btn-prev{
    border-radius: 30px !important;
}
.sw-btn-group{
    float: none !important;
    margin: 0 auto;
}
input.form-control,
select.form-control,
.tokenfield{
    background: #FBFBFB;
    background-color: #FBFBFB;
    outline: none;
    border-color: #F2F2F2;
    box-shadow: none;
}
.tt-dropdown-menu{
    background: #EDEDED;
}
input.form-control:focus,
select.form-control:focus,
.tokenfield.form-control:focus,
.tokenfield.form-control.focus{
    outline: none;
    box-shadow: none;
    border-color: #F2F2F2;
}
.form-group.flex-vertical-center .control{
    margin-right: 10px;
    margin-top: 50px;
}
.form-group.networks.flex-vertical-center .control,
.form-group.logged.flex-vertical-center .control{
    margin-top: 0;
}
.sw-btn-prev{
    display: none;
}
.sw-btn-next,
.sw-btn-prev{
    float: none !important;
}
.sw-theme-dots .sw-toolbar-bottom{
    border: 0;
    text-align: center;
}
.sw-theme-dots > ul.step-anchor:before{
    display: none;
}
.sw-theme-dots > ul.step-anchor{
    text-align: center;
    width: 100%;
    margin: 20px 0;
}
.sw-theme-dots > ul.step-anchor > li > a:after{
    display: none;
}
.toc-container{
    text-align: center;
    max-width: 70%;
}
.toc-container h3{
    /*color: #14d2ff;*/
}
.toc-container h2, .toc-container h3{
    font-weight: 800;
    letter-spacing: 3px;
}
.toc-container p{
    font-size: 18px;
    line-height: 30px;
}
/* formbase override */
.control__label::before{
    background: #FBFBFB;
    border-color: #F2F2F2;
}
@media screen and (max-width: 1025px){
    .container_white{
        max-width: 75%;
    }
}
@media screen and (max-width: 768px){
    .container_white{
        max-width: 100%;
    }
    .flex-vertical-center{
        width: 100%;
    }
    .networks{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 520px){
    .icons_back{
        margin-top: 25%;
    }
}