﻿/********************************** manage page*******************************************************/
.manage-container {
    width: 80%;
    margin: auto;
    left: 7%;
}

.manage-title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
}

.setting-block {
    padding: 25px;
    margin-top: 35px;
    border-radius: 2px;
    width: 90%;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.shadow {
    -webkit-box-shadow: 2px 2px 10px 1px rgba(204,204,204,1);
    -moz-box-shadow: 2px 2px 10px 1px rgba(204,204,204,1);
    box-shadow: 2px 2px 10px 1px rgba(204,204,204,1);
}

.setting-block:hover {
    border-left: 7px solid #6bd6f8;
}

.setting-block .icon {
    float: left;
}

.setting-block .icon::before {
    color: #62a0d9;
    font-size: 30px;
}

.setting-block-content {
    float: left;
    margin-left: 20px;
    margin-top: 4px;
}

.setting-block-title {
    font-size: 17px;
    font-weight: bold;
}

.setting-manage-link-container {
    margin-top: 75px;
}

.setting-manage-link{
    font-size: 13px;
    color: #6bd6f8;
    text-decoration: unset;
    font-weight: bold;
}

.setting-manage-link:hover {
    text-decoration: unset;
}

.manage-container .icon {
    position: relative;
    top: 4px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}
/************************************************* login page ********************************************/
.login-container {
    width: 45%;
    padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    margin: auto;
}

.logo {
    width: 80px;
}

.mail {
    border: 1px solid #e0e0e0;
    border-radius: 34px;
    font-size: 12px;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.login-title {
    text-align: center;
    color: #62a0d9;
    font-size: 18px;
    font-weight: bold;
}

.hor-separator {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin-bottom: 30px;
    margin-top: 30px;
    clear: both;
}

.login-option .icon {
    text-align: center;
    margin-left: 10px;
    width: 60px;
    position: relative;
    top: 5px;
}

.login-option .icon::before {
    color: #62a0d9;
    font-size: 30px;
}

.login-option span a {
    font-size: 17px;
    font-weight: bold;
    text-decoration: unset;
    color: #3f3f3f;
}

.login-btn {
    float: right;
    background-color: #568dc0;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 80px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 50px;
}

.text-danger{
    font-size:12px;
}

/***************************************** verification page ***********************************/
.verification-container {
    width: 50%;
    padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    margin: auto;
}

.verification-title-container {
    margin-top: 40px;
}
.verification-title {
    color: #62a0d9;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    text-indent: 40px;
}

.verification-container .login-title {
    margin-bottom: 50px;
}

.verfication-code, .verfication-code:focus {
    border: none;
    border-bottom: 1px solid #62a0d9;
    margin-top: 20px;
    margin-bottom: 3px;
    width: 100%;
    float: none;
    text-indent: 10px;
    outline: none;
    text-align: center;
}

.verification-container .icon {
    margin-left: 10px;
    width: 50px;
    position: relative;
    top: 2px;
}

.verification-container .icon::before {
    color: #62a0d9;
    font-size: 30px;
}

.verification-container span {
    font-size: 15px;
    color: #3f3f3f;
}

.bold{
    font-weight: bold;
}

.device-id{
    display:none;
}
.verification-container .help-text{
    line-height: 1.6;
}
/******************************List Devices********************************************/
.last-time-use {
    font-size: 13px;
    color: rgba(204,204,204,1);
    margin-top: 20px;
}

.device-name-link, .device-name-link:hover {
    font-size: 16px;
    color: #3f3f3f;
    text-decoration: unset;
}

.list-container {
    width: 68%;
    margin: auto;
}

.list-container .setting-block-content {
    padding: 25px;
    margin-left: 0px;
    margin-top: 0;
}

.list-container .setting-block {
    padding: 0;
    margin-top: 17px;
}
.list-container .hor-separator{
    margin-bottom:0;
}
.list-container .setting-block-content:hover {
    border-left: 7px solid #6bd6f8;
}
.list-container .setting-block:hover {
    border:none;
}
.add-device-link, .add-device-link:hover {
    font-size: 13px;
    color: #6bd6f8;
    text-decoration: unset;
    font-weight: bold;
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa-plus:before {
    content: "\f067";
    color: #6bd6f8;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
}

.add-device-link-container {
    background-color: #3C5671;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 7px;
    width: 27px;
    float: left;
    margin-right: 10px;
}

.devices-icon {
    margin-top: 20px;
    padding-left: 0;
}
/***********************************ADD DEVICE *********************/
.add-device-container {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding:20px;
}
.add-device-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top:10px;
}

.add-device-content {
    font-size: 13px;
    color: #7E7E7E;
}

.add-device-container ol.list {
    padding-left: 16px;
    padding-top: 10px;
}

.add-device-links, .add-device-links :hover {
    color: #6bd6f8;
    font-size: 12px;
    font-weight: bold;
    text-decoration: unset;
}

kbd {
    background-color: #7DB5E4;
    padding: 5px;
    color: #000;
}

.add-device-container .alert-info {
    background-color: #83B6E3;
    color: #fff;
    padding: 5px;
    margin-left: -17px;
    width: 445px;
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
}

.documentation-link, .documentation-link:hover {
    color: #fff;
    text-decoration: underline;
}

#qrCode {
    margin: 0 auto;
    width: 202px;
}

.add-device-label {
    color: #6bd6f8;
}

.add-device-container .login-btn{
    margin-top:10px;
}

.delete-link{
    margin-top:25px;
}

.delete-link a:before {
    content: "\f2ed";
}

.delete-link a, .delete-link a:hover {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: #333;
}

#duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
}