
@font-face {
    font-family: "spyagency";
    src: url("./fonts/spy_agency/spyagency.woff2") format("woff2"),
    url("./fonts/spy_agency/spyagency.woff") format("woff"),
    url("./fonts/spy_agency/spyagency.otf") format("opentype");
    font-weight: 400;
}
html,body{
    background: white;
}
div#content {
    margin: 0 auto;
    max-width: 1920px;
}
.youtube-loader-body{
    background: url('./images/youtube-loader/main-bg.png') no-repeat left top;
    background-size: 80%;
}
#login-form {
    position: absolute;
    width: 300px;
    background-color: rgb(255, 255, 255);
    color: rgb(138, 138, 138);
    right: 0px;
    z-index: 1000;
    display: none;
    top: 57px;
    box-shadow: none !important;
    padding: 22px 30px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(77, 205, 213);
    border-image: initial;
}
.logo img{
    max-width: 82px;
    float: left;
    margin-top: 24px;

}
.loginBtn{
    background-image: radial-gradient(137% 223%, #75F4F5 0%, #1C96AC 100%);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.02);
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #F9F9F9;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 17px;
}
.loginBtn {
    background: rgb(69, 193, 206);
    background: -moz-linear-gradient(
            left,
            rgba(69, 193, 206, 1) 0%,
            rgba(86, 217, 221, 1) 100%
    );
    background: -webkit-linear-gradient(
            left,
            rgba(69, 193, 206, 1) 0%,
            rgba(86, 217, 221, 1) 100%
    );
    background: linear-gradient(
            to right,
            rgba(69, 193, 206, 1) 0%,
            rgba(86, 217, 221, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45c1ce', endColorstr='#56d9dd',GradientType=1 );
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    font-size: 15px;
    color: #f9f9f9!important;
    letter-spacing: 0;
    text-align: center;
    border: none;
    transition: all 0.5s 0;
    float: right;
    width: 110px;
    line-height: 32px;
    text-decoration: none!important;
}
.loginBtn:hover, .loginBtn:active {
    background: rgb(69, 193, 206);
    background: -moz-linear-gradient(
            left,
            rgba(86, 217, 221, 1) 0%,
            rgba(69, 193, 206, 1) 100%
    );
    background: -webkit-linear-gradient(
            left,
            rgba(86, 217, 221, 1) 0%,
            rgba(69, 193, 206, 1) 100%
    );
    background: linear-gradient(
            to right,
            rgba(86, 217, 221, 1) 0% rgba(69, 193, 206, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d9dd', endColorstr='#45c1ce',GradientType=1 );
    text-decoration: none;
    color:white;
}
#login-form button {
    font-size: 14px;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    padding: 0;
    outline: none!important;
}
.btn-default {
    background-color: #3bccc8!important;
    border: 0px solid white;
    color: white!important;
}
#login-form input {
    margin-bottom: 8px;
}
a.forget {
    font-size: 14px;
    padding: 9px 0 0 0;
    color: inherit;
    float: right;
}
.youtube-loader-main{
    margin-top: 57px;
    font-size: 0;
    margin-bottom: 154px;
}
.youtube-loader-main-left{
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
}
.youtube-loader-main-right{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.youtube-loader-main-right img, .youtube-loader-main-right iframe{
    max-width: 100%;
}
.youtube-loader-main-small-desc{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #454545;
}
.youtube-loader-main-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #454545;
    margin-top: -9px;
    margin-bottom: 7px;
    line-height: 1.42857143;
}
.youtube-loader-main-desc{
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #454545;
    line-height: 28.5714px;
}
.blue-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #17B2CC;
    text-align: center;
    margin-bottom: 85px;
}
.main-content{
   font-size: 0;
    max-width: 950px;
    margin: 0px auto;
}
.main-content-left-part{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 48px;
    padding-right: 56px;
}
.main-content-right-part{
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.main-content-right-part img{
    max-width: 100%;
    display: inline-block;
}
.main-content-left-part-number{
    background: #17B2CC;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.75px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.main-content-left-part-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #454545;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 0;
}
.main-content-left-part-desc{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #686868;
    letter-spacing: 0;
    line-height: 18.2px;
}
.one-main-content{
    margin-bottom: 80px;
}
.main-content-left-part-star-desc{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #454545;
    letter-spacing: 0;
    line-height: 23.4px;
    margin-top: 20px;
}
.main-content-left-part:before{
    content: ' ';
    position: absolute;
    left: 16px;
    top: 32px;
    width: 1px;
    height: 100%;
    background: rgba(151,151,151,0.2);
}
.what-are-you-waiting-title{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #686868;
    letter-spacing: 0;
    text-align: center;
    margin-top: 152px;
    margin-bottom: 24px;
}
.what-are-you-waiting-link{
    background-image: radial-gradient(-22% 137%, #98B1C4 0%, #7493AB 100%);
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 332px;
    width: 100%;
    margin-bottom: 140px;
    font-size: 15px;
    color: #F9F9F9!important;
    text-decoration: none!important;
    letter-spacing: 0;
    text-align: center;
}
.grey-separator{
    height: 1px;
    width: 100%;
    background: #E5E5E5;
    margin-bottom: 30px;
}
.credentials{
    opacity: 0.6;
    font-family: 'Open Sans', 'OpenSans', sans-serif;
    font-size: 14px;
    color: #686868;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 1200px){
    .youtube-loader-main-left{
        padding-right: 20px;
    }
}
@media screen and (max-width: 992px){
    .youtube-loader-main-left{
        width: 50%;
    }
    .youtube-loader-main-right {
        width: 50%;
    }
}
@media screen and (max-width: 700px){
    .main-content-left-part{
        width: 100%;
        overflow: hidden;
        padding-right: 20px;
        margin-bottom: 40px;
    }
    .main-content-right-part{
        width: 100%;
        text-align: center;
    }
    .one-main-content {
        margin-bottom: 40px;
    }
    .youtube-loader-main-left{
        width: 100%;
        padding-right: 0;
    }
    .youtube-loader-main-right {
        width: 100%;
    }
    .youtube-loader-main{
        margin-bottom: 40px;
    }
    .what-are-you-waiting-title{
        margin-top: 22px;
    }
    .what-are-you-waiting-link{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 400px){
    .youtube-loader-main-title{
        font-size: 36px;
    }
    .youtube-loader-main-desc{
        font-size: 16px;
    }
}