@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Serif'), local('PTSerif-Regular'),
    url(https://fonts.gstatic.com/s/ptserif/v10/EJRVQgYoZZY2vCFuvAFbzr-tdg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Serif'), local('PTSerif-Regular'),
    url(https://fonts.gstatic.com/s/ptserif/v10/EJRVQgYoZZY2vCFuvAFSzr-tdg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Serif'), local('PTSerif-Regular'),
    url(https://fonts.gstatic.com/s/ptserif/v10/EJRVQgYoZZY2vCFuvAFYzr-tdg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Serif'), local('PTSerif-Regular'),
    url(https://fonts.gstatic.com/s/ptserif/v10/EJRVQgYoZZY2vCFuvAFWzr8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Lato';
  background-color: #bac7e2;
}

.cv-navbar {
  padding: 1.6rem;
}

.cv-navbar.transparent {
  background-color: transparent;
  color: white;
}

.cv-navbar.transparent .cv-logo {
  color: white;
}

.cv-navbar.white {
  background-color: white;
  color: #535353;
  box-shadow: 0.1rem 0.1rem 9.9rem rgb(0, 0, 0, 0.16);
}

.cv-navbar.white .cv-logo {
  color: #0d3878;
}

.cv-menu {
  flex-grow: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

/* .cv-menu ul {
} */

.cv-menu ul li {
  margin-right: 1rem;
}

/* .cv-menu ul li:first-child {
}

.cv-menu ul li:last-child {
} */

.cv-video-container {
  height: 100vh;
}

.cv-logo {
  font-family: Lato;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 2rem;
}

.cv-logo .cv-logo-txt {
  width: 4.7rem;
}

.cv-logo img {
  width: 5rem;
  height: 4.5rem;
  margin-right: 0.5rem;
}

.cv-logo .cv-logo-txt p {
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
  color: #458cd6;
}

.cv-btn {
  border-style: none;
  border-radius: 3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.9rem 1.6rem 1.3rem;
  background-color: #2d7fd1;
  color: white;
}

.cv-circle-btn {
  border-style: none;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0.1rem 0.1rem 2rem rgba(0, 0, 0, 0.1);
}

.cv-circle-btn.blue {
  background-color: #2d7fd1;
}

.cv-circle-btn.user-icon {
  position: relative;
}

.cv-circle-btn.user-icon:before {
  content: '';
  position: absolute;
  display: block;
  background: #458cd6;
  height: 0.6rem;
  width: 1.2rem;
  border-top-left-radius: 9rem;
  border-top-right-radius: 9rem;
  bottom: 1.4rem;
  left: 1.4rem;
}

.cv-circle-btn.blue.user-icon:before,
.cv-circle-btn.blue.user-icon::after {
  background: white;
}

.cv-circle-btn.user-icon::after {
  content: '';
  display: block;
  position: absolute;
  background: #458cd6;
  border-radius: 100%;
  width: 15%;
  height: 15%;
  top: 29%;
  left: 42%;
}

.cv- .cv-icon-btn .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(69,140,214, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='12' d='M4 6h24M4 16h24M4 26h24'/%3E%3C/svg%3E");
  width: 2rem;
}

.cv-ellipse-btn {
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  padding: 0.8rem 2rem 0.8rem 4rem;
  margin: 0;
  border-style: none;
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  color: white;
  background-color: #0066cc;
  text-align: center;
}

.cv-ellipse-btn div.icon {
  display: block;
  position: absolute;
  left: -1rem;
  top: 0;
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0.1rem 0.1rem 2rem rgba(0, 0, 0, 0.1);
}

.cv-ellipse-btn ._profile ._body {
  position: absolute;
  background: #458cd6;
  height: 0.6rem;
  width: 1.2rem;
  border-top-left-radius: 9rem;
  border-top-right-radius: 9rem;
  bottom: 1.4rem;
  left: 1.4rem;
}

.cv-ellipse-btn ._profile ._head {
  background: #458cd6;
  border-radius: 100%;
  width: 15%;
  height: 15%;
  margin: 30% auto 5%;
  bottom: 0.7rem;
  left: 0;
}

.cv-openning-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url(../assets/imgs/back2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cv-login {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  padding: 8rem 1rem 1rem;
  background-color: white;
  overflow: auto;
}

.cv-login .cv-login-icon {
  height: 17rem;
  width: 17rem;
  background-color: #2d7fd1;
  border-radius: 50%;
  margin: 4.8rem;
}

.cv-login .cv-login-icon img {
  width: 9.4rem;
}

.cv-login .cv-login-text {
  display: inline-block;
  width: 21rem;
  font-size: 1.8rem;
  text-align: center;
}

.cv-login .cv-login-form {
  padding: 3rem 1rem 0;
  text-align: center;
}

.cv-login .cv-login-form input {
  width: 100%;
  margin-bottom: 2.5rem;
  border-style: none;
  border-radius: 2.8rem;
  background-color: #f5fbfd;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.3rem;
}

.cv-login .cv-login-form .cv-btn {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 2.7rem;
}

.cv-error-login {
  position: relative;
}

.cv-error-login p {
  color: #ab021a;
  margin-bottom: 0;
}

.cv-error-login .icon {
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
  background-image: url(../assets/imgs/alert-icon.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.cv-login .cv-login-form .cv-forgotPass {
  color: #ababb6;
  display: block;
  margin-bottom: 3rem;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #ababb6;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ababb6;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ababb6;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cv-login {
    width: 60%;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cv-login {
    width: 45%;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cv-login {
    width: 40%;
  }

  .cv-navbar.white {
    box-shadow: none;
  }

  .cv-logo {
    margin-left: 0;
  }

  .cv-logo .cv-logo-txt {
    width: 16rem;
  }

  .cv-logo img {
    width: 6rem;
    height: 5rem;
    margin-right: 1.8rem;
  }

  .cv-logo .cv-logo-txt p {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
    color: #0d3878;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cv-login {
    width: 30%;
  }
}
